diff options
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 0edfebe8..cb81229a 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -558,7 +558,6 @@ class BadPluginTest(FileTracerTest): self.run_plugin(module_name) stderr = self.stderr() - print(stderr) # for diagnosing test failures. if our_error: errors = stderr.count("# Oh noes!") |