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