[Orxonox-commit 2799] r7502 - code/trunk/src/orxonox/worldentities

scheusso at orxonox.net scheusso at orxonox.net
Wed Sep 29 18:51:22 CEST 2010


Author: scheusso
Date: 2010-09-29 18:51:22 +0200 (Wed, 29 Sep 2010)
New Revision: 7502

Modified:
   code/trunk/src/orxonox/worldentities/ControllableEntity.cc
Log:
removing some debug stuff i forgot


Modified: code/trunk/src/orxonox/worldentities/ControllableEntity.cc
===================================================================
--- code/trunk/src/orxonox/worldentities/ControllableEntity.cc	2010-09-29 13:39:00 UTC (rev 7501)
+++ code/trunk/src/orxonox/worldentities/ControllableEntity.cc	2010-09-29 16:51:22 UTC (rev 7502)
@@ -86,9 +86,6 @@
         this->setConfigValues();
         this->setPriority( Priority::VeryHigh );
         this->registerVariables();
-        COUT(0) << "CE creator" << endl;
-        if( GameMode::isMaster() )
-          callMemberNetworkFunction(ControllableEntity, fire, this->getObjectID(), 1, 0);
     }
 
     ControllableEntity::~ControllableEntity()
@@ -243,7 +240,6 @@
 
     void ControllableEntity::fire(unsigned int firemode)
     {
-        COUT(0) << "fire........." << endl;
         if(GameMode::isMaster())
         {
             this->fired(firemode);




More information about the Orxonox-commit mailing list