Remove a TRACF()

This commit is contained in:
Nils O. Selåsdal
2014-06-22 23:11:54 +02:00
parent 2d1e7efc3e
commit b680671d2a
-1
View File
@@ -96,7 +96,6 @@ int iomux_run(struct IOMux *mux)
struct timeval *timeoutp; struct timeval *timeoutp;
if (iomux_run_timers(mux, &timeout)) { if (iomux_run_timers(mux, &timeout)) {
TRACEF("NULL\n");
timeoutp = &timeout; timeoutp = &timeout;
} else { } else {
timeoutp = NULL; timeoutp = NULL;