瀏覽代碼

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 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…
取消
儲存