remove log

This commit is contained in:
ackimixs
2024-04-29 16:22:52 +02:00
parent b1f8731c8b
commit 65f81ead73

View File

@@ -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