From b48820d9ccd82cd862a2896590a45567626eef24 Mon Sep 17 00:00:00 2001 From: Kevin Santo Cappuccio Date: Mon, 1 Jan 2024 09:25:48 -0800 Subject: [PATCH] Remove a silly thing I added for testing --- JumperlessNano/src/MachineCommands.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/JumperlessNano/src/MachineCommands.cpp b/JumperlessNano/src/MachineCommands.cpp index 17a6157..171c661 100644 --- a/JumperlessNano/src/MachineCommands.cpp +++ b/JumperlessNano/src/MachineCommands.cpp @@ -10,7 +10,6 @@ #include #include "MachineCommands.h" -int testingSomething = 0; bool debugMM = false; // char inputBuffer[INPUTBUFFERLENGTH] = {0};