[GRASS-SVN] r35480 - grass/trunk/swig/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 18 02:11:16 EST 2009


Author: glynn
Date: 2009-01-18 02:11:14 -0500 (Sun, 18 Jan 2009)
New Revision: 35480

Modified:
   grass/trunk/swig/python/my_typemaps.i
Log:
Remove debug code


Modified: grass/trunk/swig/python/my_typemaps.i
===================================================================
--- grass/trunk/swig/python/my_typemaps.i	2009-01-18 06:23:14 UTC (rev 35479)
+++ grass/trunk/swig/python/my_typemaps.i	2009-01-18 07:11:14 UTC (rev 35480)
@@ -96,8 +96,6 @@
 	len = PySequence_Length(input);
 	array = malloc(len * size);
 
-	fprintf(stderr, "sequence length is %d\n", len);
-
 	for (i = 0; i < len; i++) {
 		PyObject *val = PySequence_GetItem(input, i);
 		DCELL n;



More information about the grass-commit mailing list