Skip to content

Commit

Permalink
dont print
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jan 29, 2022
1 parent 0db469d commit 824dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Modules/Skins/Shadows.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function ElvUI_EltreumUI:Shadows()
MinimapShadow:SetPoint("BOTTOMLEFT", _G['MinimapPanel'] ,"BOTTOMLEFT", 0, 0)
if E.db.datatexts.panels.MinimapPanel.backdrop == false then
MinimapShadow:SetPoint("BOTTOMLEFT", _G['Minimap'] ,"BOTTOMLEFT", 0, 0)
print("aaaa")
--print("aaaa")
end
MinimapShadow:Show()
self.minimapIsSkinned = true
Expand Down

0 comments on commit 824dba4

Please sign in to comment.