From 5a7c7f35f7d526a8c0ed49da12e4efc5e9dd6582 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 10 Jul 2018 21:30:38 +0200 Subject: Remove `print` from libmat, and use the `logging` module instead This should close #28 --- tests/test_libmat2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_libmat2.py') diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index fa7e281..95f4ceb 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py @@ -195,7 +195,6 @@ class TestDeepCleaning(unittest.TestCase): inside_p, _ = parser_factory.get_parser(complete_path) if inside_p is None: continue - print('[+] %s is clean inside %s' %(complete_path, p.filename)) self.assertEqual(inside_p.get_meta(), {}) shutil.rmtree(tempdir) -- cgit v1.3