Remove a print statement from a unittest.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-07-02 00:43:54 +00:00
parent 6cf7640c5c
commit 3b7457ae74
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 1 deletions

View File

@ -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"""