diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-27 09:27:22 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-27 09:27:22 +0100 |
commit | 411212770f0b499f34d0244b84dadfe08241768c (patch) | |
tree | 28365dfebd848dc30366453ceb8542ed41e3a9b3 /libddekit | |
parent | 9a4c7042e2c9cb3ad993b4c80206d1a01a4f154a (diff) |
remove the printing in timer.
Diffstat (limited to 'libddekit')
-rw-r--r-- | libddekit/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libddekit/timer.c b/libddekit/timer.c index 8ad440c7..cbd11522 100644 --- a/libddekit/timer.c +++ b/libddekit/timer.c @@ -89,7 +89,6 @@ int ddekit_add_timer(void (*fn)(void *), void *args, unsigned long timeout) ddekit_timer_t *t = ddekit_simple_malloc(sizeof(ddekit_timer_t)); Assert(t); - printf ("add a timer at %ld\n", timeout); /* fill in values */ t->fn = fn; |