From b680671d2abbd0f64da7067eefbcaa5fe9ec05c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sun, 22 Jun 2014 23:11:54 +0200 Subject: [PATCH] Remove a TRACF() --- src/iomux_impl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iomux_impl.c b/src/iomux_impl.c index bbb16bc..b21f072 100644 --- a/src/iomux_impl.c +++ b/src/iomux_impl.c @@ -96,7 +96,6 @@ int iomux_run(struct IOMux *mux) struct timeval *timeoutp; if (iomux_run_timers(mux, &timeout)) { - TRACEF("NULL\n"); timeoutp = &timeout; } else { timeoutp = NULL;