cc-4105: removed un needed code
This commit is contained in:
parent
76bc290623
commit
95e4488518
|
@ -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']))
|
||||
|
||||
|
|
Loading…
Reference in New Issue