Cleanup unnecessary logs (#6788)

This commit is contained in:
kannappanr
2018-11-09 14:03:37 -08:00
committed by GitHub
parent b24b320807
commit df2d75a2a3
3 changed files with 0 additions and 18 deletions

View File

@@ -2094,7 +2094,6 @@ func (api objectAPIHandlers) DeleteObjectHandler(w http.ResponseWriter, r *http.
writeErrorResponse(w, ErrNoSuchBucket, r.URL)
return
}
logger.LogIf(ctx, err)
// Ignore delete object errors while replying to client, since we are suppposed to reply only 204.
}
writeSuccessNoContent(w)