X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/328ab5f0155e1aba66a8b04ecbe76364e4f0dba1..6990e591609f1dff553c41c77f82e9b784200605:/OmaLog/Logging.lua diff --git a/OmaLog/Logging.lua b/OmaLog/Logging.lua index 2596879..9a2c13e 100644 --- a/OmaLog/Logging.lua +++ b/OmaLog/Logging.lua @@ -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