From 3b7457ae745c4a75500482948ea5a73a65ea0067 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 2 Jul 2013 00:43:54 +0000 Subject: [PATCH] Remove a print statement from a unittest. --- gnupg/test/test_gnupg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gnupg/test/test_gnupg.py b/gnupg/test/test_gnupg.py index c2b02fb..8a73086 100644 --- a/gnupg/test/test_gnupg.py +++ b/gnupg/test/test_gnupg.py @@ -218,7 +218,6 @@ class GPGTestCase(unittest.TestCase): """Test that we can't escape into the Python interpreter.""" shell_input = "; import antigravity ;" fixed = _parsers._fix_unsafe(shell_input) - print(fixed) def test_parsers_is_hex_valid(self): """Test that valid hexidecimal passes the parsers._is_hex() check"""