Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelonR committed Sep 12, 2024
1 parent aeb5035 commit d5af174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MerchantFrame/glue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ local compatManager = {
end,
init = function(self)
for key, entry in pairs(self) do
print(key);
if(key ~= 'entry' and key ~= 'init' and type(entry) == 'table' and type(entry.onLoaded) == 'function') then
if(select(2, C_AddOns.IsAddOnLoaded(key))) then
entry.onLoaded()
Expand Down

0 comments on commit d5af174

Please sign in to comment.