diff --git a/crypto777/nanosrc/protocols/utils/priolist.c b/crypto777/nanosrc/protocols/utils/priolist.c index 5d5560229..5b6cb5401 100755 --- a/crypto777/nanosrc/protocols/utils/priolist.c +++ b/crypto777/nanosrc/protocols/utils/priolist.c @@ -136,7 +136,7 @@ struct nn_pipe *nn_priolist_getpipe(struct nn_priolist *self) { if ( nn_slow(self->current == -1) ) { - printf("nn_priolist_getpipe.%p -1 current it is\n",self); + //printf("nn_priolist_getpipe.%p -1 current it is\n",self); return NULL; } printf("nn_priolist_getpipe.%p current.%d slot.%p\n",self,self->current,self->slots[self->current - 1].current->pipe);