cc-4105: got rid of unnecessary debug statements

This commit is contained in:
Rudi Grinberg 2012-08-08 10:33:30 -04:00
parent 6981a5cb49
commit 59f390a975
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@ class RequestSync(threading.Thread,Loggable):
it's not returning json when it should\n \
... will fix once I setup the damn debugger")
self.logger.info("Trying again after %f seconds" % self.request_wait)
self.logger.info("==== choked on '%s' ====" % packed_requests)
print("==== choked on '%s' ====" % packed_requests)
#self.logger.info( traceback.format_exc() )
#import ipdb; ipdb.set_trace()
time.sleep( self.request_wait )
except Exception as e:
self.unexpected_exception(e)