git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
3f0366d - Add a secondary alert color, high healing needed
[wowui.git]
/
OmaLog
/
Logging.lua
diff --git
a/OmaLog/Logging.lua
b/OmaLog/Logging.lua
index
2596879
..
9a2c13e
100644
(file)
--- 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