Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Jan 22, 2025
1 parent c15e99c commit 2a44477
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ private static <T extends Factory> boolean isFallback(
if (e instanceof UnsupportedOperationException
&& "The Factory has not been implemented and the deprecated Plugin will be used."
.equals(e.getMessage())) {
log.warn(
"The Factory has not been implemented and the deprecated Plugin will be used.");
return true;
}
log.debug(ExceptionUtils.getMessage(e));
Expand Down

0 comments on commit 2a44477

Please sign in to comment.