Fixed unlink (1a5970a0)

This commit is contained in:
Yannick Ulrich 2023-02-26 13:54:57 +00:00
parent 8f57a0be8d
commit d2dbcd8713
1 changed files with 0 additions and 1 deletions

View File

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