diff --git a/src/other.c b/src/other.c index a970c0e..35a6ebf 100644 --- a/src/other.c +++ b/src/other.c @@ -111,7 +111,6 @@ unsigned long get_range_size(const struct range_t *r) size <<= 8; size += (int)r->last_ip.v6[i] - (int)r->first_ip.v6[i]; } - fprintf(stderr, "\n"); return size + 1; } else { return r->last_ip.v4 - r->first_ip.v4 + 1;