Browse Source

comment out some debug statements..

main
John-Mark Gurney 4 years ago
parent
commit
f6590c734d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ui/kleintest.py

+ 2
- 2
ui/kleintest.py View File

@@ -49,8 +49,8 @@ class FakeHTTPRequest(object):
def processingFailed(self, failure):
self.setResponseCode(500, 'Internal Server Error')

print 'f:', `failure`
print 'b:', failure.getTraceback()
#print 'f:', `failure`
#print 'b:', failure.getTraceback()

def _cleanup(self):
for d in self.notifications:


Loading…
Cancel
Save