diff --git a/fuse.go b/fuse.go index 1afc06f..c41177c 100644 --- a/fuse.go +++ b/fuse.go @@ -508,7 +508,6 @@ func (f *ITNode) Unlink(ctx context.Context, name string) syscall.Errno { log.Info("Unlink success"). Str("file", f.path + "/" + name). - Err(err). Send() return 0 }