summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-03-30 14:55:45 -0400
committerChuck Miller <shadowmil@gmail.com>2010-03-30 14:55:45 -0400
commit30a7e00021aa420e8eea46c439c6dfbd1b54bbac (patch)
tree9e1181daff81e4f068e7f0539dcbd1eb32212196 /src
parent42eb4d7d2a5705544113dec30d9209e1d3680697 (diff)
downloadmanaserv-30a7e00021aa420e8eea46c439c6dfbd1b54bbac.tar.gz
manaserv-30a7e00021aa420e8eea46c439c6dfbd1b54bbac.tar.xz
manaserv-30a7e00021aa420e8eea46c439c6dfbd1b54bbac.zip
Remove unneed debug output
The issue this output was created to help debug has long been fixed
Diffstat (limited to 'src')
-rw-r--r--src/game-server/mapcomposite.cpp1
1 files changed, 0 insertions, 1 deletions
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));
}