From 2fd279a5ef638ecdb876a2e9a2088b719e5bbbe5 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sat, 25 Feb 2017 13:26:57 +0200 Subject: [PATCH] [Server] Remove debug message --- apps/openmw-mp/Cell.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/openmw-mp/Cell.cpp b/apps/openmw-mp/Cell.cpp index 9350f8b9d..b3176d9ea 100644 --- a/apps/openmw-mp/Cell.cpp +++ b/apps/openmw-mp/Cell.cpp @@ -40,11 +40,7 @@ Cell::TPlayers Cell::getPlayers() const void Cell::sendToLoaded(mwmp::WorldPacket *worldPacket, mwmp::BaseEvent *baseEvent) const { if (players.empty()) - { - // Remove this once we are sure it can't happen - LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "- Attempt to send packet to players in Cell::sendToLoaded when there are no players!\n- Please report to a developer"); return; - } std::list plList;