urgh console output removing
This commit is contained in:
parent
6ab3482f62
commit
ce7e3943dd
|
@ -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 :
|
||||||
|
|
Loading…
Reference in New Issue