Skip to content

Commit

Permalink
Removed a debug line, oops :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed Dec 6, 2023
1 parent daf2303 commit d67de7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frames/bag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function bagProto:Hide()
PlaySound(self.kind == const.BAG_KIND.BANK and SOUNDKIT.IG_MAINMENU_CLOSE or SOUNDKIT.IG_BACKPACK_CLOSE)
self.frame:Hide()
if self.drawOnClose then
print("drawing on close")
self:Refresh()
end
end
Expand Down

0 comments on commit d67de7c

Please sign in to comment.