[GRASS-SVN] r47597 - grass/trunk/general/g.parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 12 05:20:22 EDT 2011
Author: neteler
Date: 2011-08-12 02:20:22 -0700 (Fri, 12 Aug 2011)
New Revision: 47597
Modified:
grass/trunk/general/g.parser/parse.c
Log:
remove debug
Modified: grass/trunk/general/g.parser/parse.c
===================================================================
--- grass/trunk/general/g.parser/parse.c 2011-08-12 09:10:03 UTC (rev 47596)
+++ grass/trunk/general/g.parser/parse.c 2011-08-12 09:20:22 UTC (rev 47597)
@@ -7,7 +7,6 @@
static char *xstrdup(const char *arg)
{
- G_debug(0,"arg: %s", arg);
return (G_strcasecmp(arg, "{NULL}") == 0)
? NULL : strdup(arg);
}
More information about the grass-commit
mailing list