Forgot a debug print in httpserver.py

This commit is contained in:
Valentin Lorentz 2011-06-25 16:28:49 +02:00
parent a7f6f6c3b3
commit 509a6c1780
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ class SupyHTTPRequestHandler(BaseHTTPRequestHandler):
*args, **kwargs)
def do_GET(self):
print 'GET !'
self.do_X('doGet')
def do_POST(self):