Skip to content
Snippets Groups Projects
Commit 3533f072 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

remove debug message

parent 4174d8b9
No related branches found
No related tags found
2 merge requests!21Bugfix/nansampling,!3Bugfix/event manager show html
......@@ -238,7 +238,6 @@ class _code(_base):
out, err = p.communicate()
p.terminate()
job_id_list.append(int(out.split()[-1]))
print(job_id_list)
os.chdir(current_dir)
elif self.host_info['type'] == 'IBMLoadLeveler':
suffix = self.simname + '_{0}'.format(iter0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment