From: Ben Gras Date: Mon, 6 Jun 2005 14:58:47 +0000 (+0000) Subject: removed debug message X-Git-Tag: v3.1.0~768 X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=aca763443a871f2a758e3aff3c878708e6947a13;p=minix.git removed debug message --- diff --git a/lib/utils/tickdelay.c b/lib/utils/tickdelay.c index 4e1501093..48ee0edfb 100644 --- a/lib/utils/tickdelay.c +++ b/lib/utils/tickdelay.c @@ -29,7 +29,6 @@ long ticks; /* number of ticks to wait */ /* Check if we must reschedule the current alarm. */ if (m.ALRM_TIME_LEFT > 0) { - printf("tick_delay: reschedule alarm\n"); m.ALRM_EXP_TIME = m.ALRM_TIME_LEFT - ticks; if (m.ALRM_EXP_TIME <= 0) m.ALRM_EXP_TIME = 1;