mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
code smell. remove pdb
This commit is contained in:
parent
81523a6b09
commit
24dfdb69ca
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ class BaseHTTPServerTestCase(BaseTestCase):
|
|||
res = self.con.getresponse()
|
||||
self.assertEqual(res.status, 404)
|
||||
data = res.read()
|
||||
import pdb; pdb.set_trace()
|
||||
self.assertEqual(int(res.getheader('Content-Length')), len(data))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue