remove obsolete debug messages
This commit is contained in:
parent
e9ddfd0db2
commit
0285c6b6b7
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ static void timer_handler(struct state *s)
|
|||
}*/
|
||||
|
||||
/* Dump load every minute */
|
||||
if (timer_ticks % (TIMER_FREQ*60) == 0)
|
||||
dump_load();
|
||||
//if (timer_ticks % (TIMER_FREQ*60) == 0)
|
||||
// dump_load();
|
||||
}
|
||||
|
||||
update_load();
|
||||
|
|
Loading…
Add table
Reference in a new issue