X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Ftimer.c;h=b4db7f48dfa0915eec9692bbece3937781d4d63f;hb=43df01880e106d710ea57a2025db17f7d7db74fa;hp=1dd2f11c36cb844286c0ac04603f47e4d75fc2cd;hpb=e050df33d29de6f7890b7111f6ea871aa5247743;p=chaz%2Ftint2 diff --git a/src/util/timer.c b/src/util/timer.c index 1dd2f11..b4db7f4 100644 --- a/src/util/timer.c +++ b/src/util/timer.c @@ -55,7 +55,6 @@ void default_timeout() void cleanup_timeout() { -printf("*** cleanup_timeout()\n"); while (timeout_list) { timeout* t = timeout_list->data; if (t->multi_timeout)