Remove debugging print from 9term.
This commit is contained in:
parent
3fd755b763
commit
49c26cf71c
@ -604,7 +604,6 @@ consready(void)
|
|||||||
if(holdon)
|
if(holdon)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fprint(2, "consready? %d %d\n", rawon, t.nraw);
|
|
||||||
if(rawon)
|
if(rawon)
|
||||||
return t.nraw != 0;
|
return t.nraw != 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user