summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 96380ac..aefc9df 100644
--- a/ev.c
+++ b/ev.c
@@ -85,7 +85,6 @@ get_clock (void)
if ((cnt) > cur) \
{ \
int newcnt = cur ? cur << 1 : 16; \
- fprintf (stderr, "resize(" # base ") from %d to %d\n", cur, newcnt);\
base = realloc (base, sizeof (*base) * (newcnt)); \
init (base + cur, newcnt - cur); \
cur = newcnt; \