mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 04:11:30 +00:00
Remove commented std::cout : CastToTrap error
This commit is contained in:
parent
4ffc09b306
commit
b5fe23a4c3
@ -237,7 +237,6 @@ const Trap *Entity::CastToTrap() const
|
||||
{
|
||||
#ifdef DEBUG
|
||||
if (!IsTrap()) {
|
||||
//std::cout << "CastToTrap error" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user