Skip to content

Commit

Permalink
fix: 去掉日志 #2927
Browse files Browse the repository at this point in the history
  • Loading branch information
zzdjx committed Jan 15, 2025
1 parent ea8c3f8 commit 38911ee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ class GenericLocalRepository(
when {
isSeparateUpload(uploadType) -> {
if (uploadId.isNullOrEmpty()) {
logger.error(
"Separate upload id is null or empty error, " +
"please check whether uploadId in the request header is correct"
)
throw ErrorCodeException(GenericMessageCode.BLOCK_UPLOADID_ERROR, uploadId)
}
onSeparateUpload(context, uploadId)
Expand Down

0 comments on commit 38911ee

Please sign in to comment.