Remove print() used for debugging

This commit is contained in:
Cort Buffington 2019-09-18 23:45:32 +00:00
parent 99d0b49559
commit e570adbef0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class bridgeallSYSTEM(HBSYSTEM):
else:
# This could be much better, it will have errors during roll-over
if seq > (self.STATUS[_slot]['RX_SEQ'] + 1):
print(seq, self.STATUS[_slot]['RX_SEQ'])
#print(seq, self.STATUS[_slot]['RX_SEQ'])
self.STATUS[_slot]['RX_LOSS'] += seq - (self.STATUS[_slot]['RX_SEQ'] + 1)
# Final actions - Is this a voice terminator?