mirror of https://github.com/VLSIDA/OpenRAM.git
removed debug print statement
This commit is contained in:
parent
886dd4d313
commit
ac17e71973
|
|
@ -48,7 +48,6 @@ def print_raw(str):
|
|||
|
||||
|
||||
def log(str):
|
||||
print(str(log.create_file) + '\n')
|
||||
if log.create_file:
|
||||
compile_log = open(globals.OPTS.output_path +
|
||||
globals.OPTS.output_name + '.log', "w")
|
||||
|
|
|
|||
Loading…
Reference in New Issue