Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 28, 2009, 12:47:02 PM (15 years ago)
Author:
scheusso
Message:

forgot to remove some unnecessary debug output and comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/src/network/packet/Gamestate.cc

    r2706 r2707  
    184184    {
    185185      bool b = s->updateData(mem, mode);
    186       if(!b)
    187         COUT(0) << "data could not be updated" << endl;
     186//      if(!b)
     187//        COUT(0) << "data could not be updated" << endl;
    188188      assert(b);
    189189    }
Note: See TracChangeset for help on using the changeset viewer.