forked from izaya/OC-PsychOS2
left a debug syslog in there. oops.
This commit is contained in:
parent
395ade429a
commit
265681c61c
@ -99,7 +99,6 @@ function fs.mount(path,proxy) -- string table -- boolean -- Mounts the filesyste
|
|||||||
end
|
end
|
||||||
function fs.umount(path) -- string -- -- Unmounts filesystem from *path*.
|
function fs.umount(path) -- string -- -- Unmounts filesystem from *path*.
|
||||||
local fsi,_ = fs.resolve(path)
|
local fsi,_ = fs.resolve(path)
|
||||||
syslog(string.format("%s && %s",fs.resolve(path)))
|
|
||||||
fsmounts[fsi] = nil
|
fsmounts[fsi] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user