mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 18:41:29 +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
|
#ifdef DEBUG
|
||||||
if (!IsTrap()) {
|
if (!IsTrap()) {
|
||||||
//std::cout << "CastToTrap error" << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user