Disable spewing out debugging messages to the command line.
This commit is contained in:
@@ -142,8 +142,6 @@ class ReportHandler(SundialHandler):
|
||||
if ret != bongo.commonweb.HTTP_OK:
|
||||
return ret
|
||||
|
||||
print et.tostring(self.multistatus_tag, pretty_print=True)
|
||||
|
||||
# Throw out the output.
|
||||
req.content_type = 'text/xml; charset="utf-8"'
|
||||
req.write("""<?xml version="1.0" encoding="utf-8" ?>""")
|
||||
|
||||
@@ -99,10 +99,10 @@ class SundialPath(object):
|
||||
|
||||
# For debugging, print out headers_in, and the content.
|
||||
#print req.headers_in
|
||||
try:
|
||||
print self.raw_input
|
||||
except:
|
||||
pass
|
||||
#try:
|
||||
# print self.raw_input
|
||||
#except:
|
||||
# pass
|
||||
|
||||
## Returns the handler for the request method.
|
||||
# @param self The object pointer.
|
||||
|
||||
Reference in New Issue
Block a user