Browse Source

removed a debug print statement from unionfs

pull/1/head
XeonSquared 4 years ago
parent
commit
f80a58ce1d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/unionfs.lua

+ 0
- 1
lib/unionfs.lua View 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


Loading…
Cancel
Save