summaryrefslogtreecommitdiff
path: root/i/marvin/src/motor/motor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/motor/motor.cc')
-rw-r--r--i/marvin/src/motor/motor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/motor/motor.cc b/i/marvin/src/motor/motor.cc
index 8bc6037..38b917e 100644
--- a/i/marvin/src/motor/motor.cc
+++ b/i/marvin/src/motor/motor.cc
@@ -115,7 +115,7 @@ void
Motor::receiveAck (int seq)
{
if (seq != seq_)
- std::cout << "spurious ack received" << std::endl;
+ return;
asserv_.ack (seq);
finish_ = true;
}