Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1448


Ignore:
Timestamp:
May 28, 2008, 10:54:20 AM (16 years ago)
Author:
scheusso
Message:

removed debug output

Location:
code/branches/network/src/orxonox/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/SpaceShip.cc

    r1446 r1448  
    484484        SpaceShip* this_ = getLocalShip();
    485485        this_->momentum_ = Radian(-this_->rotationAccelerationRadian_ * val);
    486         COUT(3) << "rotating val: " << val << " acceleration: " << this_->rotationAccelerationRadian_.valueDegrees() << std::endl;
     486        //COUT(3) << "rotating val: " << val << " acceleration: " << this_->rotationAccelerationRadian_.valueDegrees() << std::endl;
    487487    }
    488488
  • code/branches/network/src/orxonox/objects/WorldEntity.cc

    r1443 r1448  
    8585            this->rotationRate_ += (dt * this->momentum_);
    8686            this->rotate(this->rotationAxis_, dt * this->rotationRate_);
    87             COUT(3) << "rotationrate: " << this->rotationRate_.valueDegrees() << " momentum: " << this->momentum_.valueDegrees() << std::endl;
     87            //COUT(3) << "rotationrate: " << this->rotationRate_.valueDegrees() << " momentum: " << this->momentum_.valueDegrees() << std::endl;
    8888        }
    8989    }
Note: See TracChangeset for help on using the changeset viewer.