no debug
His Dad [10-11-16 - 16:53]
diff --git a/history.lua b/history.lua
index 515d91a..b239dd4 100644
--- a/history.lua
+++ b/history.lua
@@ -8,7 +8,7 @@ hist = {
playerName = "", -- might change
playerID = "", -- Unique through renames
tz_offset =0,
- debug = true
+ debug = false
}
local function log_truncate(max)
@@ -411,8 +411,6 @@ function hist.Initialise(_, addOnName)
-- fix missed level, leveled up with addon disabled
-
-
if hist.me.level ~= level then -- ignore CP level events
if level<= 50 then
log("Missed level, Was " .. hist.me.level .. " now " .. level)