Commit bac6e8ed authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop debug gob.

parent 8c9613f5
......@@ -269,7 +269,6 @@ func (me *UnionFs) Promote(name string, srcResult branchResult, context *fuse.Co
if srcResult.attr.IsRegular() {
code = fuse.CopyFile(sourceFs, writable, name, name, context)
files := me.nodeFs.AllFiles(name, 0)
log.Println("promote files", files, name)
for _, f := range files {
if !code.Ok() {
break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment