From 95e4488518a8b338a140acd7754e7ae5418cdfc1 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 10 Aug 2012 10:32:20 -0400 Subject: [PATCH] cc-4105: removed un needed code --- python_apps/media-monitor2/mm2.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python_apps/media-monitor2/mm2.py b/python_apps/media-monitor2/mm2.py index 7da586d9e..82db9b42c 100644 --- a/python_apps/media-monitor2/mm2.py +++ b/python_apps/media-monitor2/mm2.py @@ -83,11 +83,8 @@ def main(global_config, api_client_config): if os.path.exists(watch_dir): airtime_receiver.new_watch({ 'directory':watch_dir }) - last_ran=config.last_ran() bs = Bootstrapper( db=sdb, watch_signal='watch' ) - #bs.flush_all( config.last_ran() ) - ed = EventDrainer(airtime_notifier.connection, interval=float(config['rmq_event_wait']))