Removed debug message
Wobin [04-28-14 - 15:38]
diff --git a/GuildBankCycler.lua b/GuildBankCycler.lua
index da87411..01035b1 100644
--- a/GuildBankCycler.lua
+++ b/GuildBankCycler.lua
@@ -28,8 +28,7 @@ local currentSelector = nil
function GuildBankCycler:SelectorPushed(...)
local eventId, a, b = ...
- d(a*10 + b)
- if not (layers[a*10 + b]) then return end
+ if not (layers[a*10 + b]) then return end
local control = (not ZO_SelectGuildBankDialogGuild:IsHidden() and ZO_SelectGuildBankDialogGuild)
or