diff --git a/ohmpi/utils.py b/ohmpi/utils.py
index b29869447f0dc45d9298d90b640f5a8ce9a39308..6d2b718d36018af8ab37e49404178c368c07aab4 100644
--- a/ohmpi/utils.py
+++ b/ohmpi/utils.py
@@ -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