Changeset - 44583fba2f30
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2010-01-31 16:48:23
ohnobinki@ohnopublishing.net
remove annoying debug messages
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/server/distrenjob.c
Show inline comments
 
@@ -102,10 +102,6 @@ int _distrenjob_xml_readuint(xmlNodePtr 
 
    }
 
  
 
  *num = (unsigned int)strtoul((char *)string, (char **)NULL, 10);
 
#ifndef NDEBUG
 
  fprintf(stderr, "_distrenjob_xml_readuint(%zx, \"%s\", *(%zx)=%u): read %s=\"%d\"\n",
 
	  (size_t)xmlnode, propname, (size_t)num, *num, propname, *num);
 
#endif
 

	
 
  xmlFree(string);
 
  return 0;
0 comments (0 inline, 0 general)