remove obsolete debug messages

This commit is contained in:
Stefan Lankes 2011-09-22 21:37:57 +02:00
parent e9ddfd0db2
commit 0285c6b6b7

View file

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