1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-02 05:45:33 +00:00

removing more cout spam

This commit is contained in:
Marc Zinnschlag 2012-04-23 15:37:38 +02:00
parent cc86998281
commit f4428097f9

View file

@ -296,7 +296,6 @@ namespace MWClass
void Npc::registerSelf()
{
boost::shared_ptr<Class> instance (new Npc);
std::cout << "class npc:" << typeid (ESM::NPC).name();
registerClass (typeid (ESM::NPC).name(), instance);
}
}