cc-4105: removed un needed code

This commit is contained in:
Rudi Grinberg 2012-08-10 10:32:20 -04:00
parent 76bc290623
commit 95e4488518
1 changed files with 0 additions and 3 deletions

View File

@ -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']))