Skip to content

Commit 6fb99ca

Browse files
committed
*removed debug output
1 parent a63ce08 commit 6fb99ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

RSAL/RSAL.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ void sendMsg(char* msg){
4747
char* receiveMsg(){
4848
if ((t=recv(sock, str, 2048, 0)) > 0) {
4949
str[t] = '\0';
50-
puts(str);
5150
} else {
5251
if (t < 0) perror("recv");
5352
else printf("RSAL_PROC_MSG: Server closed connection\n");

0 commit comments

Comments
 (0)