From b5fe23a4c3542b43a70439ef0cea2f9998f8daa1 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:30:56 -0600 Subject: [PATCH] Remove commented std::cout : CastToTrap error --- zone/entity.cpp | 1 - 1 file changed, 1 deletion(-) 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