diff --git a/src/server/network/protocol/protocolgame.cpp b/src/server/network/protocol/protocolgame.cpp index 578ee637b6f..82b22b36dd2 100644 --- a/src/server/network/protocol/protocolgame.cpp +++ b/src/server/network/protocol/protocolgame.cpp @@ -9538,7 +9538,6 @@ void ProtocolGame::sendOfferDescription(const Offer* offer) { void ProtocolGame::parseBuyStoreOffer(NetworkMessage &msg) { auto offerId = msg.get(); auto offerType = msg.getByte(); - g_logger().warn("{}", offerType); const auto* currentOffer = g_ioStore().getOfferById(offerId); auto currentOfferType = currentOffer->getOfferType();