removed client test print

This commit is contained in:
Václav Šmejkal 2023-02-22 09:57:41 +01:00
parent 1e7fbc03a8
commit fbaef61ebc
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -50,8 +50,6 @@ int main(void)
printf(">>> ");
getline(&line, &line_length, stdin);
printf("%s\n", line);
why2_send_socket(line, listen_socket);
if (strcmp(line, "!exit\n") == 0) //USER REQUESTED PROGRAM EXIT