Remove commented std::cout : CastToTrap error

This commit is contained in:
Akkadius 2015-01-20 01:30:53 -06:00
parent b2e4c98848
commit 849ec2850f

View File

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