Update diagnostics/OtherFunctions.py

This commit is contained in:
2025-12-18 19:22:39 +00:00
parent c8b72eff51
commit 3408ed5760

View File

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