mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
remove stray pdb line
This commit is contained in:
parent
133726e942
commit
b81cc4eb0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user