Skip to content

Commit 895b57f

Browse files
committed
[Issue #274] tests: minor fix
1 parent 7fa6dd2 commit 895b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_issue_274(self):
334334
log_content = f.read()
335335

336336
self.assertIn('INFO: command:', log_content)
337-
print(log_content)
337+
# print(log_content)
338338

339339
# Clean after yourself
340340
self.del_test_dir(module_name, fname)

0 commit comments

Comments
 (0)