diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-20 23:56:24 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-20 23:56:24 +0100 |
commit | 4c038d8100cd7b27252c600d94c6676eaa7e29b4 (patch) | |
tree | f186e03e1d05405bcec9e898db2667f4419a761c | |
parent | 47f50f676eccda1a2cf7d4d20d70df6313730142 (diff) | |
download | convert.py-4c038d8100cd7b27252c600d94c6676eaa7e29b4.tar.xz convert.py-4c038d8100cd7b27252c600d94c6676eaa7e29b4.zip |
Remove usless print
-rwxr-xr-x | convert.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -72,7 +72,6 @@ for file in sorted(os.listdir(sourcedir)): break elif i == 1: time_number = thread.match.group(0) - print(time_number) thread.close elif i == 2: unknown_line = thread.match.group(0) |