diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-03-30 14:55:45 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-03-30 14:55:45 -0400 |
commit | 30a7e00021aa420e8eea46c439c6dfbd1b54bbac (patch) | |
tree | 9e1181daff81e4f068e7f0539dcbd1eb32212196 /src/game-server/mapcomposite.cpp | |
parent | 42eb4d7d2a5705544113dec30d9209e1d3680697 (diff) | |
download | manaserv-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/game-server/mapcomposite.cpp')
-rw-r--r-- | src/game-server/mapcomposite.cpp | 1 |
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)); } |