From: Aleksi Blinnikka Date: Wed, 19 Sep 2018 22:02:56 +0000 (+0300) Subject: Remove normal/hc dungeon logging X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/408e8623845af5410e1c0d29c570dc6f2978fa2b?hp=73e307785f702cf1a2c3b39cc60d364bc5b11cc6 Remove normal/hc dungeon logging --- 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