mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 22:40:47 -04:00
remove stray pdb line
This commit is contained in:
parent
133726e942
commit
b81cc4eb0a
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ def httpd(request):
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
self.wfile.write(payload)
|
self.wfile.write(payload)
|
||||||
else:
|
else:
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
super().do_GET()
|
super().do_GET()
|
||||||
|
|
||||||
# SimpleHTTPRequestHandler always uses CWD so we have to chdir
|
# SimpleHTTPRequestHandler always uses CWD so we have to chdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue