forked from rojo-rbx/rojo
Remove redundnant comment and unused variable
This commit is contained in:
@@ -11,9 +11,6 @@ function Session.new()
|
|||||||
|
|
||||||
setmetatable(self, Session)
|
setmetatable(self, Session)
|
||||||
|
|
||||||
-- TODO: Rewrite all instance tracking logic and implement a real reconciler
|
|
||||||
local instancesById = {}
|
|
||||||
|
|
||||||
local function createFoldersUntil(location, route)
|
local function createFoldersUntil(location, route)
|
||||||
for i = 1, #route - 1 do
|
for i = 1, #route - 1 do
|
||||||
local piece = route[i]
|
local piece = route[i]
|
||||||
|
|||||||
Reference in New Issue
Block a user