nodebug
authorChristian Grothoff <christian@grothoff.org>
Thu, 3 Nov 2011 21:20:54 +0000 (21:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 3 Nov 2011 21:20:54 +0000 (21:20 +0000)
src/util/strings.c

index 63ebfc1e269175459c029385d220b2076f55dcb8..3037c63a67613d18096c678c74723a8a37fc86c4 100644 (file)
@@ -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) ) )