diff classes/MultiCastButton.lua @ 173:49d49063cb79

remove print statements
author Flick <flickerstreak@gmail.com>
date Tue, 19 Oct 2010 22:07:21 +0000
parents 8cc187143acd
children 09f7af2f53f8
line wrap: on
line diff
--- 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