removed debug message
This commit is contained in:
parent
2f74381dcc
commit
aca763443a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue