diff options
Diffstat (limited to 'src/timeout.c')
-rw-r--r-- | src/timeout.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/timeout.c b/src/timeout.c index 28223c9a9..d7544fb9e 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -37,10 +37,6 @@ void check_timeouts() to = to->next; continue; } - if (debug >= 4) { - alog("debug: Running timeout 0x%p (code=0x%p repeat=%d)", - static_cast<void *>(to), reinterpret_cast<voidF>(to->code), to->repeat); - } to->code(to); if (to->repeat) { to = to->next; |