From f2acc5c35cbf21773972b7b7e8d1c49a41774c47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dawid=20Jagie=C5=82a?= Date: Sat, 12 Sep 2015 11:23:06 +0200 Subject: [PATCH] removed debug --- qcg/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcg/utils.py b/qcg/utils.py index d34c212..6140e7b 100644 --- a/qcg/utils.py +++ b/qcg/utils.py @@ -133,8 +133,6 @@ def to_job_desc(params, proxy): desc.set_watch_output(params['watch_output'], params['watch_output_pattern']) # TODO monitoring - - print desc.sequence return desc -- 1.7.9.5