summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/es/es.cc
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/es/es.cc')
-rw-r--r--2005/i/robert/src/es/es.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/es/es.cc b/2005/i/robert/src/es/es.cc
index 7bcd26c..d1e8e76 100644
--- a/2005/i/robert/src/es/es.cc
+++ b/2005/i/robert/src/es/es.cc
@@ -138,7 +138,7 @@ void Es::receive(char command, const Proto::Frame & frame)
break;
case 'C': // retour télémètre
proto_.decode(frame,"ww", distGauche_, distDroite_);
- //log_("Télémètre") << "Valeur gauche" << distGauche_ << "Valeur Droite" << distDroite_;
+// log_("Télémètre") << "Valeur gauche" << distGauche_ << "Valeur Droite" << distDroite_;
break;
}