remove stray pdb line

This commit is contained in:
Noah Levitt 2017-11-08 17:03:54 -08:00
parent 133726e942
commit b81cc4eb0a

View File

@ -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