From: Tony Mack Date: Fri, 8 May 2009 15:24:11 +0000 (+0000) Subject: removed debugging output X-Git-Tag: sfa-0.9-0@14641~396 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f001d6c095071817979e8fefc4bcbc50761be582;p=sfa.git removed debugging output --- diff --git a/geni/gimport.py b/geni/gimport.py index 0fb42733..48f1f7d8 100755 --- a/geni/gimport.py +++ b/geni/gimport.py @@ -61,7 +61,6 @@ alt_path = os.sep.join(cwd.split(os.sep)[:-1] + ['keyconvert', 'keyconvert']) geni_path = config.GENI_BASE_DIR + os.sep + "keyconvert/keyconvert" files = [default_path, alt_path, geni_path] for path in files: - print os.path.isfile(path), path if os.path.isfile(path): keyconvert_fn = path loaded = True