From 3fc691590734becd5df7f361355abe17af68713c Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 21 Mar 2024 19:22:23 +0100 Subject: [PATCH] upgrade --- tcp/MyClient.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tcp/MyClient.cpp b/tcp/MyClient.cpp index c36691a..bf543f7 100644 --- a/tcp/MyClient.cpp +++ b/tcp/MyClient.cpp @@ -12,8 +12,6 @@ MyClient::MyClient(Type::RobotPose* robotPose, const char* ip, const int port) : void MyClient::handleMessage(const std::string& message) { - std::cout << "Message From My Client" << std::endl; - std::cout << message << std::endl; if (startWith(message, "request aruco")) { std::string res;