Update diagnostics/OtherFunctions.py
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
def vprint(string, verbose):
|
||||
print("[LOG (verbose)]", string)
|
||||
verbose = True
|
||||
def log(string):
|
||||
if(verbose):
|
||||
print("[LOG (verbose)]", string)
|
||||
|
||||
Reference in New Issue
Block a user