Cleanup debug

Sasky [06-23-14 - 00:39]
Cleanup debug
Filename
XPCount.lua
diff --git a/XPCount.lua b/XPCount.lua
index 6acb4f6..d8fe97e 100644
--- a/XPCount.lua
+++ b/XPCount.lua
@@ -105,19 +105,4 @@ XPCount.showStats = function()
     end
 end

-SLASH_COMMANDS["/xpcount"] = function(arg)
-    if arg == set then
-        XPCount.curZone = GetUnitZone("player")
-        d("Zone set to: " .. XPCount.curZone)
-    else
-        XPCount.showStats()
-    end
-end
-
-SLASH_COMMANDS["/xpinit"] = function()
-    d("Init")
-    XPCount.init()
-    d("End init")
-end
-
 EVENT_MANAGER:RegisterForEvent("XPCount", EVENT_PLAYER_ACTIVATED, XPCount.init)