mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Forgot a debug print in httpserver.py
This commit is contained in:
parent
a7f6f6c3b3
commit
509a6c1780
@ -103,7 +103,6 @@ class SupyHTTPRequestHandler(BaseHTTPRequestHandler):
|
||||
*args, **kwargs)
|
||||
|
||||
def do_GET(self):
|
||||
print 'GET !'
|
||||
self.do_X('doGet')
|
||||
|
||||
def do_POST(self):
|
||||
|
Loading…
Reference in New Issue
Block a user