Skip to content

Commit 112f65e

Browse files
author
Andrey Golovizin
committed
Remove debug print.
1 parent 50e5ae2 commit 112f65e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testproject/testmodels/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def make_tests():
6161
data_sets = [line.strip() for line in index]
6262

6363
for data_set in data_sets:
64-
print 'Data set', data_set
6564
cls_name = 'TestDumpRestore_%s' % data_set
6665
globals()[cls_name] = type(cls_name, (TestDumpRestoreBase, TestCase), {'data_set': data_set})
6766

0 commit comments

Comments
 (0)