Skip to content

Commit

Permalink
Remove config-jdbc Repository stacktrace printing (#269)
Browse files Browse the repository at this point in the history
Fixes #268
  • Loading branch information
alex-kovalenko1982 authored Sep 10, 2024
1 parent 514e487 commit 3396d47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public synchronized Map<String, String> getAllConfigValues() {
return result;
}
} catch (SQLException e) {
e.printStackTrace();
log.trace("config-jdbc: could not get values: " + e.getLocalizedMessage());
return Collections.emptyMap();
}
Expand Down

0 comments on commit 3396d47

Please sign in to comment.