diff --git a/jdbc/runtime/src/main/java/io/quarkiverse/config/jdbc/runtime/Repository.java b/jdbc/runtime/src/main/java/io/quarkiverse/config/jdbc/runtime/Repository.java index ae7e116..ba99457 100644 --- a/jdbc/runtime/src/main/java/io/quarkiverse/config/jdbc/runtime/Repository.java +++ b/jdbc/runtime/src/main/java/io/quarkiverse/config/jdbc/runtime/Repository.java @@ -44,7 +44,6 @@ public synchronized Map getAllConfigValues() { return result; } } catch (SQLException e) { - e.printStackTrace(); log.trace("config-jdbc: could not get values: " + e.getLocalizedMessage()); return Collections.emptyMap(); }