From 78e56c56e842d153b57101b28c7b515d1354b355 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 20 Oct 2006 10:08:08 +0000 Subject: [PATCH] rm the print --- src/common/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/helpers.py b/src/common/helpers.py index be8d5283f..1b1e3a895 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -379,7 +379,6 @@ def is_in_path(name_of_command, return_abs_path = False): return is_in_dir def exec_command(command): - print command subprocess.Popen(command, shell = True) def build_command(executable, parameter):