Remove rogue print(() statement that was used for testing

This commit is contained in:
Simon 2021-04-17 11:05:18 +01:00
parent eb4028d7d0
commit 7632384d5c
1 changed files with 0 additions and 1 deletions

View File

@ -1259,7 +1259,6 @@ class routerOBP(OPENBRIDGE):
'lastData': False
}
print(self.STATUS[_stream_id])
# If we can, use the LC from the voice header as to keep all options intact
if _frame_type == HBPF_DATA_SYNC and _dtype_vseq == HBPF_SLT_VHEAD: