aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-20 23:56:24 +0100
committerneodarz <neodarz@neodarz.net>2019-01-20 23:56:24 +0100
commit4c038d8100cd7b27252c600d94c6676eaa7e29b4 (patch)
treef186e03e1d05405bcec9e898db2667f4419a761c
parent47f50f676eccda1a2cf7d4d20d70df6313730142 (diff)
downloadconvert.py-4c038d8100cd7b27252c600d94c6676eaa7e29b4.tar.xz
convert.py-4c038d8100cd7b27252c600d94c6676eaa7e29b4.zip
Remove usless print
-rwxr-xr-xconvert.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/convert.py b/convert.py
index 0f1f52d..0a7c034 100755
--- a/convert.py
+++ b/convert.py
@@ -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)