# HG changeset patch # User Flick # Date 1287526041 0 # Node ID 49d49063cb7976bc42c67163f42cc43f89e184fd # Parent de594ad0e26e542f426eb2bcab58bdc857a62f67 remove print statements diff -r de594ad0e26e -r 49d49063cb79 classes/MultiCastButton.lua --- a/classes/MultiCastButton.lua Tue Oct 19 20:23:12 2010 +0000 +++ b/classes/MultiCastButton.lua Tue Oct 19 22:07:21 2010 +0000 @@ -154,7 +154,6 @@ b:Hide() if slot == summonSlot then local spellID = self:GetParent():GetAttribute("spell-page"..page) - print("got spell-page"..tostring(page).." = ".. tostring(spellID)) if spellID then b:SetAttribute("type","changePage") b:SetAttribute("spell",spellID) @@ -285,7 +284,6 @@ f:SetAttribute("spell",spells[page]) for i, spell in ipairs(spells) do if spell and IsSpellKnown(spell) then - print("setting attribute spell-page"..i.." to "..spell) f:SetAttribute("spell-page"..i, spell) end end