Remove debug lines
This commit is contained in:
parent
8efe5dcbf3
commit
01dbca3b3c
@ -536,7 +536,6 @@ function TI_HandleGossipWindow(gorq)
|
||||
TI_ResetPointers();
|
||||
return;
|
||||
elseif(current.type == "activequest" and #ActiveQuests > 0 and TI_activenumber <= #ActiveQuests) then
|
||||
DevTools_Dump(ActiveQuests);
|
||||
while TI_activenumber <= #ActiveQuests do
|
||||
TI_activenumber = TI_activenumber + 1;
|
||||
if ActiveQuests[TI_activenumber-1].isComplete then
|
||||
@ -641,7 +640,6 @@ function TI_TabulateGossipQuestUIInfo(gquis)
|
||||
local x = {};
|
||||
|
||||
for i,gqui in ipairs(gquis) do
|
||||
DevTools_Dump(gqui)
|
||||
local temp = {};
|
||||
temp.name = gqui.title;
|
||||
|
||||
@ -694,4 +692,3 @@ function toggle(arg)
|
||||
return true;
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user