From: Ben Gras Date: Thu, 22 Sep 2005 12:08:11 +0000 (+0000) Subject: Remove debug message X-Git-Tag: v3.1.0~36 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-list.html?a=commitdiff_plain;h=859f2ba18932167c011cdc2e861880a8a5c3aa0a;p=minix.git Remove debug message --- 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; }