Skip to content

Commit

Permalink
fs: remove debug traces
Browse files Browse the repository at this point in the history
Fixes compile
  • Loading branch information
hanwen committed Jan 11, 2020
1 parent 36a0c37 commit 42254b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fs.go
Expand Up @@ -575,7 +575,7 @@ func (n *folderNode) Rmdir(ctx context.Context, name string) (errno syscall.Errn
return return
} }


for k, v := range asFolder.Children() { for range asFolder.Children() {
errno = syscall.ENOTEMPTY errno = syscall.ENOTEMPTY
return return
} }
Expand Down

0 comments on commit 42254b1

Please sign in to comment.