Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 committed Sep 24, 2024
1 parent d24b99e commit 6675247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9538,7 +9538,6 @@ void ProtocolGame::sendOfferDescription(const Offer* offer) {
void ProtocolGame::parseBuyStoreOffer(NetworkMessage &msg) {
auto offerId = msg.get<uint32_t>();
auto offerType = msg.getByte();
g_logger().warn("{}", offerType);

const auto* currentOffer = g_ioStore().getOfferById(offerId);
auto currentOfferType = currentOffer->getOfferType();
Expand Down

0 comments on commit 6675247

Please sign in to comment.