From 59f390a975d4ad3d713f7cb2150821be4be5d2ea Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 8 Aug 2012 10:33:30 -0400 Subject: [PATCH] cc-4105: got rid of unnecessary debug statements --- python_apps/media-monitor2/media/monitor/watchersyncer.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python_apps/media-monitor2/media/monitor/watchersyncer.py b/python_apps/media-monitor2/media/monitor/watchersyncer.py index 68ebfa5f8..3ed661faf 100644 --- a/python_apps/media-monitor2/media/monitor/watchersyncer.py +++ b/python_apps/media-monitor2/media/monitor/watchersyncer.py @@ -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)