瀏覽代碼

left a debug syslog in there. oops.

master
XeonSquared 9 月之前
父節點
當前提交
265681c61c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      module/fs.lua

+ 0
- 1
module/fs.lua 查看文件

@@ -99,7 +99,6 @@ function fs.mount(path,proxy) -- string table -- boolean -- Mounts the filesyste
end
function fs.umount(path) -- string -- -- Unmounts filesystem from *path*.
local fsi,_ = fs.resolve(path)
syslog(string.format("%s && %s",fs.resolve(path)))
fsmounts[fsi] = nil
end



Loading…
取消
儲存