mirror of
https://github.com/modelec/ihm.git
synced 2026-01-19 00:57:27 +01:00
Remove debug message
This commit is contained in:
@@ -237,7 +237,6 @@ void MainWindow::handleMessage(const std::string& message)
|
||||
else if (list[2] == "set pos")
|
||||
{
|
||||
std::vector<std::string> msg = TCPSocket::split(list[3], ",");
|
||||
std::cout << "X : " << msg[0] << " Y : " << msg[1] << std::endl;
|
||||
this->inGame->updatePos(msg[0], msg[1]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user