Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5852


Ignore:
Timestamp:
Oct 1, 2009, 4:56:11 PM (15 years ago)
Author:
scheusso
Message:

removed an unneccessary check & output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/network/packet/ClassID.cc

    r5778 r5852  
    6363    classname = id->getName();
    6464    network_id = id->getNetworkID();
    65     if(network_id==0)
    66       COUT(3) << "we got a null class id: " << id->getName() << std::endl;
    6765    // now push the network id and the classname to the stack
    6866    tempQueue.push( std::pair<unsigned int, std::string>(network_id, classname) );
Note: See TracChangeset for help on using the changeset viewer.