Skip to content

Commit bbb9dba

Browse files
committed
remove some debugging code I forgot about
1 parent 13ab69c commit bbb9dba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

TalentTreeViewer/ImportExport.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,9 @@ function ImportExport:WriteLevelingBuildContent(exportStream, treeID, levelingBu
139139
end
140140
end
141141

142-
local temp = {};
143142
for _, entry in ipairs(levelingBuild) do
144-
table.insert(temp, {order=purchasedNodesOrder[entry.nodeID], entry=entry})
145143
exportStream:AddValue(7, purchasedNodesOrder[entry.nodeID]);
146144
end
147-
DevTool:AddData({purchasedNodesOrder,temp});
148145
end
149146

150147
function ImportExport:GetLoadoutExportString()
@@ -250,7 +247,7 @@ function ImportExport:ReadLevelingBuildContent(importStream, treeID, loadoutEntr
250247
results[i] = result;
251248
end
252249
end
253-
DevTool:AddData({results,purchasesByNodeID,loadoutEntryInfo});
250+
254251
return results;
255252
end
256253

0 commit comments

Comments
 (0)