mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 07:32:25 +00:00
Remove commented std::cout : CastToTrap error
This commit is contained in:
parent
b2e4c98848
commit
849ec2850f
@ -129,7 +129,6 @@ Trap *Entity::CastToTrap()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
if (!IsTrap()) {
|
||||
//std::cout << "CastToTrap error" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user