forked from Arcmyx/pynamics
Fixed everything, final commit before 1.0.0
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
verbose = True
|
||||
def log(string):
|
||||
def log(string, verbose):
|
||||
if(verbose):
|
||||
print("[LOG (verbose)]", string)
|
||||
|
||||
Reference in New Issue
Block a user