Remove diagnostic logging for lava/steam/MLIQ

This commit is contained in:
Kelsi 2026-03-07 00:49:11 -08:00
parent a24fe4cc45
commit 41218a3b04
3 changed files with 5 additions and 57 deletions

View file

@ -609,10 +609,6 @@ bool WMORenderer::loadModel(const pipeline::WMOModel& model, uint32_t id) {
isLava = (texNameLower.find("lava") != std::string::npos ||
texNameLower.find("molten") != std::string::npos ||
texNameLower.find("magma") != std::string::npos);
if (isLava) {
LOG_WARNING("WMO LAVA BATCH: tex='", texName, "' matId=", batch.materialId,
" blend=", blendMode, " flags=0x", std::hex, matFlags, std::dec);
}
}
}