[GRASS-SVN] r57538 - grass/trunk/lib/python/pygrass/modules/interface
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 29 02:48:09 PDT 2013
Author: zarch
Date: 2013-08-29 02:48:09 -0700 (Thu, 29 Aug 2013)
New Revision: 57538
Modified:
grass/trunk/lib/python/pygrass/modules/interface/parameter.py
Log:
Remove an unnecessary print
Modified: grass/trunk/lib/python/pygrass/modules/interface/parameter.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/interface/parameter.py 2013-08-29 00:18:25 UTC (rev 57537)
+++ grass/trunk/lib/python/pygrass/modules/interface/parameter.py 2013-08-29 09:48:09 UTC (rev 57538)
@@ -43,7 +43,6 @@
if isrange:
range_min, range_max = isrange.groups()
self.values = range(int(range_min), int(range_max) + 1)
- print(self.values)
self.isrange = diz['values'][0]
# Check for float ranges: "0.0-1.0"
if not isrange:
More information about the grass-commit
mailing list