From 5851f7b4e9dd7725d1447f96de791c5ff9d25f17 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Tue, 20 Jun 2023 18:15:44 +0200 Subject: [PATCH] Removes aa print --- ohmpi/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ohmpi/utils.py b/ohmpi/utils.py index b2986944..6d2b718d 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 -- GitLab