Skip to content

Commit

Permalink
Comment out debug print in addon handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb authored Oct 1, 2024
1 parent 475b037 commit 4bb5b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Handlers/AddonHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ bool AddonHandler::BuildAddonPacket(WorldPacket* sourcePacket, WorldPacket* targ
decompressedPacket >> addonName;
decompressedPacket >> flags >> modulusCRC >> urlCRC;

sLog.Out(LOG_BASIC, LOG_LVL_ERROR, "ADDON: Name: %s Flags %u Modulus CRC: %u URL CRC %u", addonName.c_str(), flags, modulusCRC, urlCRC);
//sLog.Out(LOG_BASIC, LOG_LVL_DEBUG, "ADDON: Name: %s Flags %u Modulus CRC: %u URL CRC %u", addonName.c_str(), flags, modulusCRC, urlCRC);

if (addonName.find("Blizzard") != std::string::npos) // hide standard addons
{
Expand Down

0 comments on commit 4bb5b25

Please sign in to comment.