From 859f2ba18932167c011cdc2e861880a8a5c3aa0a Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 22 Sep 2005 12:08:11 +0000 Subject: [PATCH] Remove debug message --- drivers/tty/keyboard.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.44.0