removed a debug print statement from unionfs

このコミットが含まれているのは:
Izaya 2019-12-02 12:28:19 +11:00
コミット 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