Skip to content

Commit c5e317b

Browse files
committed
cleanup
1 parent 67a8163 commit c5e317b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/adapter/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class TearDownMixin():
2020
@classmethod
2121
def teardown_class(module):
2222
for path in glob.glob('/tmp/dbt-sqlite-tests/*.db'):
23-
print("DELETING")
2423
os.remove(path)
2524

2625

0 commit comments

Comments
 (0)