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)