removed debug message

This commit is contained in:
Ben Gras 2005-06-06 14:58:47 +00:00
parent 2f74381dcc
commit aca763443a

View file

@ -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;