gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17973 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r17973 - gnunet/src/util
Date: Thu, 3 Nov 2011 22:20:54 +0100

Author: grothoff
Date: 2011-11-03 22:20:54 +0100 (Thu, 03 Nov 2011)
New Revision: 17973

Modified:
   gnunet/src/util/strings.c
Log:
nodebug

Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c   2011-11-03 21:20:07 UTC (rev 17972)
+++ gnunet/src/util/strings.c   2011-11-03 21:20:54 UTC (rev 17973)
@@ -211,7 +211,6 @@
   in = GNUNET_strdup (fancy_size);
   for (tok = strtok (in, " "); tok != NULL; tok = strtok (NULL, " "))
   {
-    fprintf (stderr, "%s - %llu %llu\n", tok, ret, last);
     i=0;
     while ( (table[i].name != NULL) &&
            (0 != strcasecmp (table[i].name, tok) ) )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]