Remove unwanted volume access denied log (#6042)

Fixes #6039
This commit is contained in:
kannappanr 2018-06-18 11:43:41 -07:00 committed by GitHub
parent c3a5146422
commit 001d9a4ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,6 @@ func fsStatVolume(ctx context.Context, volume string) (os.FileInfo, error) {
}
if !fi.IsDir() {
logger.LogIf(ctx, errVolumeAccessDenied)
return nil, errVolumeAccessDenied
}