Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

removed debug output

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.