Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2010, 2:29:44 PM (14 years ago)
Author:
scheusso
Message:

removing some debug output i forgot in the last commit
further testing probably required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network5/src/orxonox/infos/HumanPlayer.cc

    r7777 r7778  
    4545    HumanPlayer::HumanPlayer(BaseObject* creator) : PlayerInfo(creator)
    4646    {
    47       COUT(0) << "new HumanPlayer" << endl;
    4847        RegisterObject(HumanPlayer);
    4948
     
    134133    void HumanPlayer::networkcallback_client_initialized()
    135134    {
    136       COUT(0) << "networkcallback_client_initialized" << endl;
    137135        if (this->getGametype())
    138136            this->getGametype()->playerEntered(this);
Note: See TracChangeset for help on using the changeset viewer.