Remove logging message

This commit is contained in:
sauwming 2023-05-16 17:18:07 +08:00
parent edf5667edd
commit 9d60025819
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ static void ioqueue_on_accept_complete(pj_ioqueue_key_t *key,
struct accept_op *accept_op = (struct accept_op*) op_key;
PJ_UNUSED_ARG(new_sock);
printf("here\n");
/* Ignore if we've been shutdown */
if (asock->shutdown)
return;