3c2cef6 - Decrease high healing overlay opacity
[wowui.git] / OmaLog / Logging.lua
index 2596879..9a2c13e 100644 (file)
@@ -39,8 +39,6 @@ local function shouldLog()
     elseif zoneType == "party" and dungeonIDs[mapID] then
         if difficulty == 8 or difficulty == 23 then
             return true;
-        elseif difficulty == 1 or difficulty == 2 then
-            return true; -- TODO remove logging from normal/hc after beta
         end
     end