diff --git a/src/TcpSocket.cpp b/src/TcpSocket.cpp index e36d7491da3ef7ea6e029cfc58d041104afa995e..d41ae2ff48aeff292c673a561293a74b4d03f7a4 100644 --- a/src/TcpSocket.cpp +++ b/src/TcpSocket.cpp @@ -279,7 +279,7 @@ int TcpSocket::messageHandler(int sockfd, string payloadMessage, string returnIP //cout << "[CHUNK] exec: " << execfilename << ", start: " << filesAndSizes[4] << ", sdfs: " << sdfsfilename << endl; index = 5; } - cout << "[MERGE] type:" << returnTypeString << ", payload: " << payload << endl; + //cout << "[MERGE] type:" << returnTypeString << ", payload: " << payload << endl; //cout << "[MERGE] type:" << returnTypeString << ", start index: " << to_string(index) << ", correction to extra -> " << extra << endl; while (index < dirSize){ format.clear();