removed a debug print statement from unionfs

This commit is contained in:
Izaya 2019-12-02 12:28:19 +11:00
parent 2e10fb23b4
commit f80a58ce1d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni

Vedi File

@ -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