From 2bb72f33a2281a8de16d5345653270d6c5780828 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Nov 2011 21:20:54 +0000 Subject: [PATCH] nodebug --- src/util/strings.c | 1 - 1 file changed, 1 deletion(-) 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) ) ) -- 2.25.1