Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Jan 31, 2024
1 parent 59ca6e7 commit 07a7b60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbt_common/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ def test_caching_enabled() -> bool:

def enable_test_caching() -> None:
global _TEST_CACHING_ENABLED
if _TEST_CACHING_ENABLED is False:
print("ENABLING CACHES")
_TEST_CACHING_ENABLED = True

0 comments on commit 07a7b60

Please sign in to comment.