Skip to content

Commit

Permalink
Removing debug lines is always a good thing, specially before sending…
Browse files Browse the repository at this point in the history
… a release.
  • Loading branch information
Tercioo committed Aug 24, 2024
1 parent e115dfb commit b78e2bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions WorldQuestTracker_ZoneMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2422,10 +2422,6 @@ GossipFrame:HookScript("OnShow", function()
local bAutoAccept = WorldQuestTracker.db.profile.speed_run.auto_accept
local bAutoComplete = WorldQuestTracker.db.profile.speed_run.auto_complete

--do return end

--find <skip conversation>

C_Timer.After(0, function()
local greetingsFrame = GossipFrame.GreetingPanel
local scrollBox = GossipFrame.GreetingPanel.ScrollBox
Expand All @@ -2436,8 +2432,6 @@ GossipFrame:HookScript("OnShow", function()
return
end

do return end

for i = 1, #children do
local child = children[i]
if (child.IsObjectType and child:IsObjectType("Button") and child:IsShown() and child:IsEnabled()) then
Expand Down

0 comments on commit b78e2bc

Please sign in to comment.