Remove commented std::cout : CastToTrap error

This commit is contained in:
Akkadius 2015-01-20 01:30:56 -06:00
parent 4ffc09b306
commit b5fe23a4c3

View File

@ -237,7 +237,6 @@ const Trap *Entity::CastToTrap() const
{
#ifdef DEBUG
if (!IsTrap()) {
//std::cout << "CastToTrap error" << std::endl;
return 0;
}
#endif