removed useless line of code
This commit is contained in:
parent
ed00089a1a
commit
55f0462946
2 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,6 @@ def main(global_config, api_client_config, log_config,
|
|||
airtime_receiver.new_watch({ 'directory':watch_dir }, restart=True)
|
||||
else: log.info("Failed to add watch on %s" % str(watch_dir))
|
||||
|
||||
bs = Bootstrapper( db=sdb, watch_signal='watch' )
|
||||
|
||||
ed = EventDrainer(airtime_notifier.connection,
|
||||
interval=float(config['rmq_event_wait']))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue