From c36b2a4e3de8bc4cb10bf67b2ec1427d1951c88c Mon Sep 17 00:00:00 2001
From: afederici <ajf5@illinois.edu>
Date: Mon, 30 Nov 2020 02:00:26 -0600
Subject: [PATCH] no pringing

---
 src/TcpSocket.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TcpSocket.cpp b/src/TcpSocket.cpp
index e36d749..d41ae2f 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();
-- 
GitLab