From d67de7c0828a63cbeeb33475e97abf3dd9d14821 Mon Sep 17 00:00:00 2001 From: Antonio Lobato Date: Tue, 5 Dec 2023 21:39:08 -0800 Subject: [PATCH] Removed a debug line, oops :) --- frames/bag.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/frames/bag.lua b/frames/bag.lua index a92e74aa..37d25b3d 100644 --- a/frames/bag.lua +++ b/frames/bag.lua @@ -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