- remove obsolete debug messages

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@50 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-09 13:30:00 +00:00
parent 52cf282835
commit ffd61e14b0

View file

@ -47,9 +47,9 @@ static void timer_handler(struct state *s)
* Every TIMER_FREQ clocks (approximately 1 second), we will
* display a message on the screen
*/
if (timer_ticks % TIMER_FREQ == 0) {
/*if (timer_ticks % TIMER_FREQ == 0) {
vga_puts("One second has passed\n");
}
}*/
}
/*