From ea34d676fecbba10dd26622fdcc5f716c860ea07 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 2 Apr 2010 02:08:55 -0400 Subject: [PATCH] Removed an old Debug() call. --- Datamine.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Datamine.lua b/Datamine.lua index 108d9eb..16452a4 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -2342,12 +2342,6 @@ do for k, v in ipairs(ORDERED_ROLE_TYPES) do local role_string = FS[ROLE_TYPES[v]] - if not role_string then - addon:Debug("No role_string: k is %s, v is %s", tostring(k), tostring(v)) - else - addon:Debug("Role string is %s", role_string) - end - if scan_data[v] and not recipe:IsFlagged("common1", role_string) then tinsert(missing_flags, string.format(flag_format, role_string)) elseif not scan_data[v] and recipe:IsFlagged("common1", role_string) then -- 1.7.9.5