diff --git a/zone/entity.cpp b/zone/entity.cpp index 544e0485d..266850411 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -237,7 +237,6 @@ const Trap *Entity::CastToTrap() const { #ifdef DEBUG if (!IsTrap()) { - //std::cout << "CastToTrap error" << std::endl; return 0; } #endif