[Orxonox-commit 1072] r5793 - code/branches/tutorial/src/orxonox/worldentities
scheusso at orxonox.net
scheusso at orxonox.net
Sat Sep 26 11:35:15 CEST 2009
Author: scheusso
Date: 2009-09-26 11:35:15 +0200 (Sat, 26 Sep 2009)
New Revision: 5793
Modified:
code/branches/tutorial/src/orxonox/worldentities/Drone.cc
Log:
removed unneccessary debug output
Modified: code/branches/tutorial/src/orxonox/worldentities/Drone.cc
===================================================================
--- code/branches/tutorial/src/orxonox/worldentities/Drone.cc 2009-09-26 00:06:00 UTC (rev 5792)
+++ code/branches/tutorial/src/orxonox/worldentities/Drone.cc 2009-09-26 09:35:15 UTC (rev 5793)
@@ -51,8 +51,6 @@
this->auxilaryThrust_ = 100;
this->rotationThrust_ = 10;
this->steering_ = Vector3::ZERO;
-
- std::cout << "sdfasdfasdf====================";
this->setCollisionType(WorldEntity::Dynamic);
More information about the Orxonox-commit
mailing list