removed debug print statement

This commit is contained in:
Jesse Cirimelli-Low 2019-01-22 15:47:16 -08:00
parent 886dd4d313
commit ac17e71973
1 changed files with 0 additions and 1 deletions

View File

@ -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")