Delete diagnostics/OtherFunctions.py

This commit is contained in:
2025-12-19 22:41:10 +00:00
parent 4621a3ee75
commit abb96d5ac6

View File

@@ -1,4 +0,0 @@
verbose = True
def log(string):
if(verbose):
print("[LOG (verbose)]", string)