Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mqueb committed Jun 28, 2024
1 parent aba3fde commit 20c1a69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ end

function IMGUILayer:UpdateVisibility_GroupVisibilityChanged(modGUID, uiElementChanged)
local visibilityTriggers = self.visibilityTriggers[modGUID] or {}
print("UpdateVisibility_GroupVisibilityChanged")
for uiElement, visibleIf in pairs(visibilityTriggers) do
for _, condition in ipairs(visibleIf.Conditions) do
if condition.Operator == "isVisible" and self.uiElementByName[modGUID][condition.SettingId] == uiElementChanged then
Expand Down

0 comments on commit 20c1a69

Please sign in to comment.