Remove debug message
This commit is contained in:
parent
dabaebfeb2
commit
859f2ba189
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue