removed the n-word from debugging

whoopsie :D
This commit is contained in:
Václav Šmejkal 2023-03-25 17:46:58 +01:00
parent 1087e40cfc
commit 7359c678d4
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -344,8 +344,6 @@ char *why2_read_socket(int socket)
//ALLOCATE final_message
final_message = why2_calloc(strlen(message) + strlen(username) + 3, sizeof(char));
printf("\n\nGIGANIGGA: %s\n\n", raw_socket);
//BUILD final_message
sprintf(final_message, "%s: %s", username, message);