From 56c9607f7c5945293d7d3703d24560e63362c044 Mon Sep 17 00:00:00 2001 From: jeffi Date: Tue, 27 Feb 2024 03:16:54 -0600 Subject: [PATCH] Remove print. --- DiesalGUI-2.0/Objects/DropDown.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/DiesalGUI-2.0/Objects/DropDown.lua b/DiesalGUI-2.0/Objects/DropDown.lua index b6334c9..9ecee0e 100644 --- a/DiesalGUI-2.0/Objects/DropDown.lua +++ b/DiesalGUI-2.0/Objects/DropDown.lua @@ -343,7 +343,6 @@ local methods = { end, ---@param self Diesal.GUI.Object.DropDown ToggleDropDown = function(self) - print("ToggleDropDown", self.dropdown:IsShown()) if self.dropdownShown then self:HideDropDown() else