diff --git a/hb_confbridge.py b/hb_confbridge.py index 373411c..94dd8b5 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -159,7 +159,6 @@ def rule_timer_loop(): # run this every 10 seconds to trim orphaned stream ids def stream_trimmer_loop(): - print(time()) logger.debug('(ALL OPENBRIDGE SYSTEMS) Trimming inactive stream IDs from system lists') _now = time() @@ -245,7 +244,6 @@ class routerOBP(OPENBRIDGE): if CONFIG['REPORTS']['REPORT']: self._report.send_bridgeEvent('GROUP VOICE,START,RX,{},{},{},{},{},{}'.format(self._system, int_id(_stream_id), int_id(_peer_id), int_id(_rf_src), _slot, int_id(_dst_id))) - self.STATUS[_stream_id]['LAST'] = pkt_time