From 30a7e00021aa420e8eea46c439c6dfbd1b54bbac Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Tue, 30 Mar 2010 14:55:45 -0400 Subject: Remove unneed debug output The issue this output was created to help debug has long been fixed --- src/game-server/mapcomposite.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/game-server/mapcomposite.cpp b/src/game-server/mapcomposite.cpp index 675b4da..618c353 100644 --- a/src/game-server/mapcomposite.cpp +++ b/src/game-server/mapcomposite.cpp @@ -537,7 +537,6 @@ void MapComposite::remove(Thing *ptr) if (ptr->canMove()) { std::stringstream str; - str << "Deallocating " << ptr->getType(); LOG_INFO(str.str()); mContent->deallocate(static_cast< Being * >(ptr)); } -- cgit