removed a debug print statement from unionfs

This commit is contained in:
Izaya 2019-12-02 12:28:19 +11:00
父節點 2e10fb23b4
當前提交 f80a58ce1d
共有 1 個文件被更改,包括 0 次插入1 次删除

查看文件

@ -57,7 +57,6 @@ function unionfs.create(...)
local nt,rt = {},{}
if #fs.segments(path) < 1 then
for k,v in pairs(paths) do
print(v.."/"..path)
for l,m in ipairs(fs.list(v.."/"..path)) do
nt[m] = true
end