From: Christian Grothoff Date: Thu, 3 Nov 2011 21:20:54 +0000 (+0000) Subject: nodebug X-Git-Tag: initial-import-from-subversion-38251~16070 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2bb72f33a2281a8de16d5345653270d6c5780828;p=oweals%2Fgnunet.git nodebug --- diff --git a/src/util/strings.c b/src/util/strings.c index 63ebfc1e2..3037c63a6 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -211,7 +211,6 @@ GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size, 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) ) )