From abb96d5ac6266c886c95c51b4c25b212f6b042cf Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Fri, 19 Dec 2025 22:41:10 +0000 Subject: [PATCH] Delete diagnostics/OtherFunctions.py --- diagnostics/OtherFunctions.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 diagnostics/OtherFunctions.py diff --git a/diagnostics/OtherFunctions.py b/diagnostics/OtherFunctions.py deleted file mode 100644 index a7638a9..0000000 --- a/diagnostics/OtherFunctions.py +++ /dev/null @@ -1,4 +0,0 @@ -verbose = True -def log(string): - if(verbose): - print("[LOG (verbose)]", string)