]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove debug message
authorBen Gras <ben@minix3.org>
Thu, 22 Sep 2005 12:08:11 +0000 (12:08 +0000)
committerBen Gras <ben@minix3.org>
Thu, 22 Sep 2005 12:08:11 +0000 (12:08 +0000)
drivers/tty/keyboard.c

index c37fa25e7c51bec7d2b39dcb06bba4bc0165a640..ef6add1bd9091136493597b36238281954dc7214 100644 (file)
@@ -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;
   }