diff --git a/src/torrent2json.c b/src/torrent2json.c index c3888cd..a8b3c88 100644 --- a/src/torrent2json.c +++ b/src/torrent2json.c @@ -63,9 +63,7 @@ get_string(int chr) if ((buf = malloc(sizeof(char) * len + 1)) == NULL) { -#ifdef DEBUG fprintf(stderr, "Can't allocate memory, exiting.\n"); -#endif exit(EXIT_FAILURE); } @@ -130,9 +128,7 @@ void (*select_handler(int chr))(int) return get_string; break; default: -#ifdef DEBUG fprintf(stderr, "Unknown marker: %u\n", chr); -#endif break; }