[Orxonox-commit 1131] r5852 - code/branches/core5/src/libraries/network/packet
scheusso at orxonox.net
scheusso at orxonox.net
Thu Oct 1 16:56:11 CEST 2009
Author: scheusso
Date: 2009-10-01 16:56:11 +0200 (Thu, 01 Oct 2009)
New Revision: 5852
Modified:
code/branches/core5/src/libraries/network/packet/ClassID.cc
Log:
removed an unneccessary check & output
Modified: code/branches/core5/src/libraries/network/packet/ClassID.cc
===================================================================
--- code/branches/core5/src/libraries/network/packet/ClassID.cc 2009-10-01 14:40:28 UTC (rev 5851)
+++ code/branches/core5/src/libraries/network/packet/ClassID.cc 2009-10-01 14:56:11 UTC (rev 5852)
@@ -62,8 +62,6 @@
continue;
classname = id->getName();
network_id = id->getNetworkID();
- if(network_id==0)
- COUT(3) << "we got a null class id: " << id->getName() << std::endl;
// now push the network id and the classname to the stack
tempQueue.push( std::pair<unsigned int, std::string>(network_id, classname) );
++nrOfClasses;
More information about the Orxonox-commit
mailing list