Skip to content

Commit

Permalink
Change debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Apr 20, 2021
1 parent b97f681 commit 52c876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/MissingTradeSkillsList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ end
-- This function is called within the Skillet:UpdateTradeSkillWindow function
--
function plugin.Update()
DA.DEBUG(0,"MTSL Plugin Update")
--DA.DEBUG(0,"MTSL Plugin Update")
if MTSLUI_ToggleButton and not MTSLUI_ToggleButton:IsVisible() then
if MTSLUI_TOGGLE_BUTTON and MTSLUI_TOGGLE_BUTTON.Show then
MTSLUI_TOGGLE_BUTTON:Show()
Expand Down

0 comments on commit 52c876a

Please sign in to comment.