]> granicus.if.org Git - python/commitdiff
Remove the debugging print line from the test.
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 4 Oct 2010 05:42:58 +0000 (05:42 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 4 Oct 2010 05:42:58 +0000 (05:42 +0000)
Lib/test/test_httplib.py

index 5a6422dcad5df2480a2bf6650b5f60a444da2561..ab2a3e63735d8c94af046969a96beb21e9fe9672 100644 (file)
@@ -95,7 +95,6 @@ class HeaderTests(TestCase):
         conn.sock = FakeSocket(None)
         conn.putrequest('GET','/')
         conn.putheader('Content-length', 42)
-        print(conn._buffer)
         self.assertTrue(b'Content-length: 42' in conn._buffer)