Skip to content

Commit

Permalink
Merge pull request #4 from mitjafelicijan/development
Browse files Browse the repository at this point in the history
Removed debug messages
  • Loading branch information
mitjafelicijan authored May 9, 2023
2 parents 0fb5d6e + 0842e95 commit 8d1fe27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worldmap-window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ frame:SetScript("OnEvent", function()

-- Triggered when the world map is opened.
WorldMapFrame:SetScript("onShow", function()
DEFAULT_CHAT_FRAME:AddMessage(">>>" .. WorldmapWindow.config.scale)
WorldMapFrame:EnableKeyboard(false)
WorldMapFrame:EnableMouseWheel(true)
WorldMapFrame:SetScale(WorldmapWindow.config.scale)
Expand Down

0 comments on commit 8d1fe27

Please sign in to comment.