Skip to content

Commit

Permalink
fix: remove redundant logging in BPMetadataHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
r4tylmz committed Nov 15, 2024
1 parent 4a27f02 commit 6540ed9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ private Field getField(Class<?> beanClass, BPColumn bpColumn) {
try {
return beanClass.getDeclaredField(bpColumn.fieldName());
} catch (ReflectiveOperationException e) {
logger.error(e.getMessage(), e);
throw new RuntimeException(e);
}
}
Expand Down

0 comments on commit 6540ed9

Please sign in to comment.