From 3533f072e85ef5cffa47ffa33ea727e7fec6a805 Mon Sep 17 00:00:00 2001
From: Cristian Lalescu <Cristian.Lalescu@ds.mpg.de>
Date: Thu, 8 Sep 2016 16:00:06 +0200
Subject: [PATCH] remove debug message

---
 bfps/_code.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bfps/_code.py b/bfps/_code.py
index 2334d8ca..28dea416 100644
--- a/bfps/_code.py
+++ b/bfps/_code.py
@@ -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)
-- 
GitLab