Remove debug message

This commit is contained in:
Ben Gras 2005-09-22 12:08:11 +00:00
parent dabaebfeb2
commit 859f2ba189

View file

@ -170,7 +170,6 @@ int try;
tp = &tty_table[ccurrent]; /* always use the current console */ tp = &tty_table[ccurrent]; /* always use the current console */
if (try) { if (try) {
printf("tty: kb: try: %d icount: %d\n", try, icount);
if (icount > 0) return 1; if (icount > 0) return 1;
return 0; return 0;
} }