From 4c355fe0c6c8e57ec5b4a28b00056b19ddbdeba7 Mon Sep 17 00:00:00 2001 From: Ackis Date: Tue, 25 Nov 2008 21:42:20 +0000 Subject: [PATCH] Remove debug statements, bump to beta 11, ???, profit --- ARLFrame.lua | 4 ---- AckisRecipeList.lua | 3 --- AckisRecipeList.toc | 8 ++++---- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index ed289ce..2bbf2dc 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -2395,10 +2395,6 @@ function addon.RecipeItem_OnClick(button) local clickedIndex = addon.RecipeListButton[button].sI - addon:Print("Debug Code (Will be removed when ticket 254 is fixed.)") - addon:Print(clickedIndex) - addon:Print(button) - -- Don't do anything if they've clicked on an empty button if (clickedIndex ~= nil) and (clickedIndex ~= 0) then diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 0145c75..311680f 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -62,11 +62,8 @@ end local BFAC = LibStub("LibBabble-Faction-3.0"):GetLookupTable() local L = LibStub("AceLocale-3.0"):GetLocale(MODNAME) -local DEBUG = false - local MaxFilterIndex = 129 - -- Global Frame Variables addon.optionsFrame = {} addon.ScanButton = nil diff --git a/AckisRecipeList.toc b/AckisRecipeList.toc index e05370a..e0d1cfe 100644 --- a/AckisRecipeList.toc +++ b/AckisRecipeList.toc @@ -1,7 +1,7 @@ -## Title: Ackis Recipe List (3.02 Beta 10) -## Title-enUS: Ackis Recipe List (3.02 Beta 10) +## Title: Ackis Recipe List (3.02 Beta 11) +## Title-enUS: Ackis Recipe List (3.02 Beta 11) ## Title-koKR: Ackis의 제조법 리스트 -## Title-deDE: Ackis Rezeptliste (3.02 Beta 10) +## Title-deDE: Ackis Rezeptliste (3.02 Beta 11) ## Notes: Scans your tradeskills and tells you which recipes you are missing, along with information on how to obtain them. ## Notes-enUS: Scans your tradeskills and tells you which recipes you are missing, along with information on how to obtain them. @@ -18,7 +18,7 @@ ## X-Donate: Donate a few bucks/hours at your local animal shelter, send me UDE Point codes, or a Murky Code. ## Interface: 30000 -## Version: Beta 10 @project-revision@ +## Version: Beta 11 @project-revision@ ## X-Revision: @project-revision@ ## X-Date: @file-date-iso@ -- 1.7.9.5