* Switch off debugging output by default. It just eats up the terminal window.

This commit is contained in:
jonnylamb
2007-08-18 18:25:48 +00:00
parent 8630a95a6e
commit ab5d4cb630
+5 -5
View File
@@ -100,11 +100,11 @@ class SundialPath(object):
self.xml_input = et.XML(self.raw_input)
# For debugging, print out headers_in, and the content.
print req.headers_in
try:
print self.raw_input
except:
pass
#print req.headers_in
#try:
# print self.raw_input
#except:
# pass
## Returns the handler for the request method.
# @param self The object pointer.