Remove debugging print from 9term.

This commit is contained in:
rsc 2003-12-04 17:23:51 +00:00
parent 3fd755b763
commit 49c26cf71c

View file

@ -604,7 +604,6 @@ consready(void)
if(holdon)
return 0;
fprint(2, "consready? %d %d\n", rawon, t.nraw);
if(rawon)
return t.nraw != 0;