Skip to content

Commit

Permalink
- Removed dummy logging in CoreUtil due to not needed any longero
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens85 committed Mar 29, 2024
1 parent 7afd7fe commit b48383a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public static <T extends AbstractEntity> T findById(final Collection<T> entities
* @return
*/
public static int convertToNumber(String str, int fallback) {
LOGGER.warn("Dummy Logging for checking whether adaption works for {} ...", str);
try {
if (StringUtils.isEmpty(str)) {
return fallback;
Expand Down

0 comments on commit b48383a

Please sign in to comment.