From: ptv Date: Fri, 5 May 2006 07:55:58 +0000 (+0000) Subject: remove excess debug print X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ff4e745ebeb2405e683c2f985ac06603251e89d0;p=modules%2Fkernel.git remove excess debug print --- diff --git a/src/KERNEL_PY/salome_shared_modules.py b/src/KERNEL_PY/salome_shared_modules.py index ddb656dcd..2b355f026 100755 --- a/src/KERNEL_PY/salome_shared_modules.py +++ b/src/KERNEL_PY/salome_shared_modules.py @@ -73,7 +73,6 @@ list_modules=[] # Import all *_shared_modules in the path and store them in list_modules path=salome_path.split(":") -print path for rep in path: # Import all *_shared_modules in rep glob_path = os.path.join(rep,"lib","python"+sys.version[:3],"site-packages","salome","shared_modules","*_shared_modules.py")