diff --git a/channel.c b/channel.c index fabb4ae..cac8ff7 100644 --- a/channel.c +++ b/channel.c @@ -215,7 +215,6 @@ tmpUsers = tmpChannel->users; for (;tmpUsers != 0x0;tmpUsers = tmpUsers->next) { - printf("[sendall: %s]\n",tmpUsers->user->userInfo.username); if (strcasecmp(tmpUsers->user->userInfo.username,userConnection->userInfo.username)) { send(tmpUsers->user->fd,output,strlen(output),MSG_NOSIGNAL); }