From 52946749d2c1347123574cbff8dbcca5ed705c0c Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 13 Aug 2015 22:17:06 -0500 Subject: [PATCH] Improved Logging Data --- play_group.py | 1 - 1 file changed, 1 deletion(-) diff --git a/play_group.py b/play_group.py index 58fe806..cc88072 100755 --- a/play_group.py +++ b/play_group.py @@ -68,7 +68,6 @@ class playIPSC(IPSC): # def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data): if _end: - logger.info('(%s) End Voice Call. SourceID: %s, TS: %s, TGID: %s, PeerID: %s', _network, int_id(_src_sub), _ts+1, int_id(_dst_group), int_id(_peerid)) _self_peer = NETWORK[_network]['LOCAL']['RADIO_ID'] _self_src = _self_peer[1:]