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