Skip to content

Commit

Permalink
Removed some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed Mar 21, 2024
1 parent be48dcc commit 7f098de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/bagslots.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function BagSlots:CreatePanel(kind)
database:SetBagView(kind, database:GetPreviousView(kind))
events:SendMessage('bags/FullRefreshAll')
end)
events:RegisterEvent('BAG_CONTAINER_UPDATE', function() print("container") b:Draw() end)
events:RegisterEvent('BAG_CONTAINER_UPDATE', function() b:Draw() end)
events:RegisterEvent('PLAYERBANKBAGSLOTS_CHANGED', function() b:Draw() end)
b.kind = kind
b.frame:Hide()
Expand Down

0 comments on commit 7f098de

Please sign in to comment.