[Orxonox-commit 516] r3067 - trunk/src/orxonox/objects/worldentities/triggers
Aurelian at orxonox.net
Aurelian at orxonox.net
Mon May 25 18:39:23 CEST 2009
Author: Aurelian
Date: 2009-05-25 18:39:23 +0200 (Mon, 25 May 2009)
New Revision: 3067
Modified:
trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc
Log:
COUT in CheckPoint removed
Modified: trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc 2009-05-25 16:05:11 UTC (rev 3066)
+++ trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc 2009-05-25 16:39:23 UTC (rev 3067)
@@ -74,12 +74,10 @@
if (this->BaseObject::isActive())
{
-COUT(0) << "active " << this << std::endl;
this->setRadarVisibility(true);
}
else
{
-COUT(0) << "inactive " << this << std::endl;
this->setRadarVisibility(false);
}
}
More information about the Orxonox-commit
mailing list