mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
removed debug print statement
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user