From f001d6c095071817979e8fefc4bcbc50761be582 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 8 May 2009 15:24:11 +0000 Subject: [PATCH] removed debugging output --- geni/gimport.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0