Took out call-backs that do nothing

This commit is contained in:
Cort Buffington 2013-12-15 10:37:01 -06:00
parent 2be203cb8d
commit 3bc2a1fe98
1 changed files with 0 additions and 12 deletions

12
log.py
View File

@ -24,18 +24,6 @@ class logIPSC(IPSC):
#************************************************
# CALLBACK FUNCTIONS FOR USER PACKET TYPES
#************************************************
def call_mon_origin(self, _network, _data):
print('({}) Repeater Call Monitor Origin Packet Received' .format(_network))
def call_mon_rpt(self, _network, _data):
print('({}) Repeater Call Monitor Repeating Packet Received' .format(_network))
def call_mon_nack(self, _network, _data):
print('({}) Repeater Call Monitor NACK Packet Received' .format(_network))
def xcmp_xnl(self, _network, _data):
print('({}) XCMP/XNL Packet Received From: {}' .format(_network, h(_data)))
def group_voice(self, _network, _src_sub, _dst_sub, _ts, _end, _peerid, _data):
# _log = logger.debug