removed a debug print statement from unionfs

Este commit está contenido en:
Izaya 2019-12-02 12:28:19 +11:00
padre 2e10fb23b4
commit f80a58ce1d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

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