diff --git a/TCPServer.cpp b/TCPServer.cpp index bcedb2a..0322673 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1294,10 +1294,6 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) { this->go(whiteDropSetup); awaitRobotIdle(); - for (int i = 0; i < 3; i++) { - this->closePince(i); - } - this->transportBras(); }