浏览代码

Remove debug lines

mergy
SabinDeus 4 年前
父节点
当前提交
01dbca3b3c
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      TurnIn.lua

+ 0
- 3
TurnIn.lua 查看文件

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


正在加载...
取消
保存