Remove debug lines

This commit is contained in:
SabinDeus 2021-06-05 20:30:36 -04:00
parent 8efe5dcbf3
commit 01dbca3b3c

View File

@ -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