diff options
Diffstat (limited to 'src')
-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 675b4dab..618c3532 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)); } |