net_native: remove debug
authorAlan Cox <alan@linux.intel.com>
Fri, 16 Nov 2018 14:46:50 +0000 (14:46 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 16 Nov 2018 14:46:50 +0000 (14:46 +0000)
Kernel/dev/net/net_native.c

index 7778497..c568f37 100644 (file)
@@ -235,7 +235,6 @@ static int netn_synchronous_event(struct socket *s, uint8_t state)
        selwake_dev(4, 65, SELECT_IN);
 
        do {
-           kprintf("Wait %d in %d\n", state, s->s_state);
            if( s->s_state == SS_CLOSED || s->s_state == SS_DEAD)
                return -1;
            psleep_nosig(s);