From c36c4918a86507332d30223b71e3e618607912f7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Sep 2024 22:33:07 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 797abc1..aadc08c 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -804,10 +804,6 @@ def onReceive(packet, interface): send_message(handleLemonade(message_from_id, message_string), channel_number, message_from_id, rxNode) for i in range(0, len(vpTracker)): - print("debug") - print(vpTracker) - print(i) - print(vpTracker[i]) if vpTracker[i].get('nodeID') == message_from_id: # check if the player has played in the last 8 hours if vpTracker[i].get('time') > (time.time() - GAMEDELAY):