Skip to content

Commit

Permalink
web: a bit less debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jul 25, 2010
1 parent a41498e commit e436876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/ui/front_ends/web/tinyhttpserver.py
Expand Up @@ -66,7 +66,7 @@ def on_headers(self, headers):
if line:
name, value = line.split(":", 1)
self._headers[name] = value.strip()
print "method=%s, uri=%s, version=%s" % (self._method, uri, self._version)
#print "method=%s, uri=%s, version=%s" % (self._method, uri, self._version)
if not self._version.startswith("HTTP/"):
self.close()
return
Expand Down

0 comments on commit e436876

Please sign in to comment.