From 65f81ead73e3f470a8711f4715b95308368fc391 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 29 Apr 2024 16:22:52 +0200 Subject: [PATCH] remove log --- example/client.test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/example/client.test.cpp b/example/client.test.cpp index f5986c3..a23439c 100644 --- a/example/client.test.cpp +++ b/example/client.test.cpp @@ -14,7 +14,6 @@ int main(int argc, char* argv[]) { if (argc >= 3) { loggerMode = TCPSocket::contains(argv[2], "logger"); } - std::cout << "Launching in logger mode? " << (loggerMode ? "Yes" : "No") << std::endl; TCPClient client("127.0.0.1", port); // Replace "127.0.0.1" with the IP address of your server and 8080 with the port number