diff --git a/ohmpi/utils.py b/ohmpi/utils.py index 4922473a10a5f6eb5ec252300b7bec2f6d0a20a7..fe9487a886fa3e7ca639a65a2223bea773e5e497 100644 --- a/ohmpi/utils.py +++ b/ohmpi/utils.py @@ -64,7 +64,7 @@ def change_config(config_file, verbose=True): def parse_log(log): - print(os.getcwd()) + print(log) msg_started = False msg_tmp = '' s = 0 @@ -76,7 +76,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(tag, i) if tag[i] == 'INFO': if 'NEW SESSION' in msg[i]: s += 1