From e917d89d5ba6349a3dd2392a3f0b97b0ea621bb0 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Tue, 4 Jun 2024 16:20:44 +0100 Subject: [PATCH] Remove debug message --- RNS/Interfaces/RNodeMultiInterface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/RNS/Interfaces/RNodeMultiInterface.py b/RNS/Interfaces/RNodeMultiInterface.py index 65ec6aa..5c883b9 100644 --- a/RNS/Interfaces/RNodeMultiInterface.py +++ b/RNS/Interfaces/RNodeMultiInterface.py @@ -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""