summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-04-02 01:39:21 -0400
committerChuck Miller <shadowmil@gmail.com>2010-04-02 01:39:21 -0400
commite0669e4025e3772590cbde835d79fb06efea04fa (patch)
treeb09caa8da2032f6a4d0d287544011677786a81a0 /src
parent9bbdb6c110720f6b7c738fa165e3fc478b7ebf34 (diff)
downloadmanaserv-e0669e4025e3772590cbde835d79fb06efea04fa.tar.gz
manaserv-e0669e4025e3772590cbde835d79fb06efea04fa.tar.xz
manaserv-e0669e4025e3772590cbde835d79fb06efea04fa.zip
Remove empty LOG print when deallocating
Diffstat (limited to 'src')
-rw-r--r--src/game-server/mapcomposite.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/mapcomposite.cpp b/src/game-server/mapcomposite.cpp
index 618c353..4aca7ef 100644
--- a/src/game-server/mapcomposite.cpp
+++ b/src/game-server/mapcomposite.cpp
@@ -536,8 +536,6 @@ void MapComposite::remove(Thing *ptr)
if (ptr->canMove())
{
- std::stringstream str;
- LOG_INFO(str.str());
mContent->deallocate(static_cast< Being * >(ptr));
}
}