Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3067


Ignore:
Timestamp:
May 25, 2009, 6:39:23 PM (15 years ago)
Author:
Aurelian
Message:

COUT in CheckPoint removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc

    r3064 r3067  
    7575        if (this->BaseObject::isActive())
    7676        {
    77 COUT(0) << "active " << this << std::endl;
    7877            this->setRadarVisibility(true);
    7978        }
    8079        else
    8180        {
    82 COUT(0) << "inactive " << this << std::endl;
    8381            this->setRadarVisibility(false);
    8482        }
Note: See TracChangeset for help on using the changeset viewer.