From e135ec70ec2466455c80bd680a483081f24c7caf Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Fri, 23 Jan 2009 16:19:31 +0000 Subject: [PATCH] AckisRecipeList: - removed unneeded debug information --- ARLFrame.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 315f12b..9243742 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -2036,17 +2036,10 @@ function addon:SwitchProfs(button) NumSkillLines = GetNumSkillLines() - -- @debug@ - self:Print("DEBUG: Switching professions, getting skill level for: " .. currentProfession .. " (" .. NumSkillLines .. ") skills to examine.") - --@end-debug@ - -- Get the skill level for i=1,NumSkillLines,1 do local skillName,_,_,skillRank = GetSkillLineInfo(i) if (skillName == currentProfession) then - -- @debug@ - self:Print("DEBUG: Switching professions, found new skill level for: " .. skillName .. " (" .. skillRank .. ")") - --@end-debug@ playerData.playerProfessionLevel = skillRank break end -- 1.7.9.5