diff --git a/drivers/tty/keyboard.c b/drivers/tty/keyboard.c index c37fa25e7..ef6add1bd 100644 --- a/drivers/tty/keyboard.c +++ b/drivers/tty/keyboard.c @@ -170,7 +170,6 @@ int try; tp = &tty_table[ccurrent]; /* always use the current console */ if (try) { - printf("tty: kb: try: %d icount: %d\n", try, icount); if (icount > 0) return 1; return 0; }