urgh console output removing

This commit is contained in:
Steve L. Nyemba 2020-08-21 07:38:15 -07:00
parent 6ab3482f62
commit ce7e3943dd
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ if __name__ == '__main__' :
# #
try: try:
content,logs = parse(filename = filename,type=SYS_ARGS['parse']) content,logs = parse(filename = filename,type=SYS_ARGS['parse'])
print ([filename, len(content)])
if content : if content :
writer.write(content) writer.write(content)
if logs : if logs :