mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-08 09:35:33 -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.wfile.write(payload)
|
||||
else:
|
||||
import pdb; pdb.set_trace()
|
||||
super().do_GET()
|
||||
|
||||
# SimpleHTTPRequestHandler always uses CWD so we have to chdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue