Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2018, 12:24:02 AM (6 years ago)
Author:
landauf
Message:

[HUD_HS16] removed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/interfaces/Pickupable.cc

    r11700 r11701  
    8080        if(this->isPickedUp())
    8181            this->drop(false); // Drops the pickup without creating a PickupSpawner.
    82         orxout()<< "end of preDestroy" << endl;
    8382    }
    8483
     
    9998    void Pickupable::destroyPickup(void)
    10099    {
    101         orxout()<< "beginning of actual destroy" << endl;
    102100        if(!this->isBeingDestroyed())
    103101            this->Destroyable::destroy();
    104102        else
    105103            orxout(internal_warning, context::pickups) << this->getIdentifier()->getName() << " may be unsafe. " << endl;
    106         orxout()<<"end of actual destroy" << endl;
    107104    }
    108105
Note: See TracChangeset for help on using the changeset viewer.