remove printf
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 16 Jan 1982 08:41:37 +0000 (00:41 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 16 Jan 1982 08:41:37 +0000 (00:41 -0800)
SCCS-vsn: sys/kern/tty.c 4.16

usr/src/sys/kern/tty.c

index 901e6c5..f81cf53 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty.c   4.15    82/01/14        */
+/*     tty.c   4.16    82/01/15        */
 
 /*
  * TTY subroutines common to more than one line discipline
 
 /*
  * TTY subroutines common to more than one line discipline
@@ -504,7 +504,6 @@ ttselect(dev, rw)
        case FWRITE:
                if (tp->t_outq.c_cc <= TTLOWAT(tp))
                        goto win;
        case FWRITE:
                if (tp->t_outq.c_cc <= TTLOWAT(tp))
                        goto win;
-printf("wsel block\n");
                if (tp->t_wsel && tp->t_wsel->p_wchan == (caddr_t)&selwait)
                        tp->t_state |= TS_WCOLL;
                else
                if (tp->t_wsel && tp->t_wsel->p_wchan == (caddr_t)&selwait)
                        tp->t_state |= TS_WCOLL;
                else