Files
pynamics/diagnostics/other_functions.py

4 lines
84 B
Python

def log(string, verbose):
if(verbose):
print("[LOG (verbose)]", string)