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