Remove debug messages

Sasky [03-25-15 - 07:23]
Remove debug messages
Filename
CyrHUD.lua
classes/Battle.lua
diff --git a/CyrHUD.lua b/CyrHUD.lua
index 083b3c3..80c1ea4 100644
--- a/CyrHUD.lua
+++ b/CyrHUD.lua
@@ -133,7 +133,6 @@ function CyrHUD:checkAdd(keepID)
     if self.battles[keepID] == nil then
         local battle = self.Battle(keepID)
         if battle:isBattle() then
-            d("Battle at " .. keepID)
             self.battles[keepID] = battle
         end
     elseif self.battles[keepID]:isBattle() then
diff --git a/classes/Battle.lua b/classes/Battle.lua
index 441cc12..e8b3796 100644
--- a/classes/Battle.lua
+++ b/classes/Battle.lua
@@ -78,7 +78,6 @@ local L_ICON, L_UA = "img1", "img2"
 local L_NAME, L_ATT_SIEGE, L_DEF_SIEGE, L_TIME = "txt1", "txt2", "txt3", "txt4"

 function CyrHUD.Battle:configureLabel(label)
-    d("Configuring label " .. label.num)
     label:exposeControls(2,4)

     label:positionControl(L_ICON, 40, 40, -2, -2)