Remove debug message

This commit is contained in:
jacob.eva 2024-06-04 16:20:44 +01:00
parent d3c7ea774d
commit e917d89d5b
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -586,8 +586,6 @@ class RNodeMultiInterface(Interface):
command == KISS.CMD_INT10_DATA or
command == KISS.CMD_INT11_DATA)):
in_frame = False
# debug
RNS.log("Received packet, index being used is: "+str(KISS.int_data_cmd_to_index(command)), RNS.LOG_DEBUG)
self.subinterfaces[KISS.int_data_cmd_to_index(command)].processIncoming(data_buffer)
data_buffer = b""
command_buffer = b""