Remove redundnant comment and unused variable

This commit is contained in:
Lucien Greathouse
2018-06-25 18:22:36 -07:00
parent bece337d79
commit 77d0865d58

View File

@@ -11,9 +11,6 @@ function Session.new()
setmetatable(self, Session)
-- TODO: Rewrite all instance tracking logic and implement a real reconciler
local instancesById = {}
local function createFoldersUntil(location, route)
for i = 1, #route - 1 do
local piece = route[i]