diff State.lua @ 91:c2504a8b996c

Bug fixes - action buttons resetting to 6 pixels - stray prints - config panels for action buttons not showing all panels - fixed multi-ID typo - fixed autocast model on pet buttons
author Flick <flickerstreak@gmail.com>
date Fri, 17 Oct 2008 03:59:55 +0000
parents 7cabc8ac6c16
children 5f1d7a81317c
line wrap: on
line diff
--- a/State.lua	Wed Oct 15 16:29:41 2008 +0000
+++ b/State.lua	Fri Oct 17 03:59:55 2008 +0000
@@ -106,14 +106,12 @@
     local onStateHandler = 
     -- function _onstate-reaction( self, stateid, newstate )
     [[
-      print("received state",newstate,"on bar",self:GetName())
       set_state = newstate or set_state
 
       local oldState = state
       state = state_override or set_state or state
 
       for i = 1, #propfuncs do
-        print("running state func",propfuncs[i])
         control:RunAttribute("func-"..propfuncs[i])
       end
       
@@ -377,7 +375,6 @@
 
   function RegisterProperty( propname, snippet )
     properties[propname] = snippet or true
-    print("registered property",propname)
     for _, bar in ReAction:IterateBars() do
       local states = tfetch(module.db.profile.bars, bar:GetName(), "states")
       if states then