diff --git a/tests/test_brozzling.py b/tests/test_brozzling.py index 712e647..8c2c9c8 100755 --- a/tests/test_brozzling.py +++ b/tests/test_brozzling.py @@ -63,7 +63,6 @@ def httpd(request): self.end_headers() self.wfile.write(payload) else: - import pdb; pdb.set_trace() super().do_GET() # SimpleHTTPRequestHandler always uses CWD so we have to chdir