Commit 5851f7b4 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Removes aa print

Showing with 0 additions and 1 deletion
+0 -1
......@@ -75,7 +75,6 @@ def parse_log(log):
process_id.append(line.split(" | ")[1])
msg.append(":".join(line.split(" | ")[2].split(":")[1:]))
tag.append(line.split(" | ")[2].split(":")[0])
print(i, line)
if tag[-1] == 'INFO':
if 'NEW SESSION' in msg[-1]:
s += 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment