# HG changeset patch # User contrebasse # Date 1308481552 -7200 # Node ID c32d6bf6cfc174bda99cbdf5141fd49d627a7a9f # Parent e6bb47c6d8d6a9398d14050c974a944b843a48ab Removed debug prints and obsolete todos diff -r e6bb47c6d8d6 -r c32d6bf6cfc1 data.lua --- a/data.lua Sun Jun 19 13:04:37 2011 +0200 +++ b/data.lua Sun Jun 19 13:05:52 2011 +0200 @@ -4,7 +4,6 @@ do -- lua functions - local print = print local ipairs = ipairs local pairs = pairs local tinsert = tinsert @@ -110,7 +109,6 @@ if not recipeLink then isRecipeCorrect = false; end if not isRecipeCorrect then - print("Recette incorrecte") isScanCorrect = false end -- error checking @@ -149,9 +147,6 @@ end -- if end -- for -- the scanning is complete - if not isScanCorrect then - print("Erreur dans le scan") - end return isScanCorrect end -- function end -- do diff -r e6bb47c6d8d6 -r c32d6bf6cfc1 utils.lua --- a/utils.lua Sun Jun 19 13:04:37 2011 +0200 +++ b/utils.lua Sun Jun 19 13:05:52 2011 +0200 @@ -181,9 +181,6 @@ stateSaved = true A.blockScan = nil - - --@todo Scroll down to the selected recipe - -- with TradeSkillSkillXX:Show() ? end function A.RestoreActiveFilters() @@ -214,9 +211,6 @@ stateSaved = nil A.blockScan = nil - - --@todo Scroll down to the selected recipe - -- with TradeSkillSkillXX:Show() ? end end