This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 408c366 Polished 408c366 is described below commit 408c36620c2ae62805776916211b630f3d1cc66b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Oct 2 10:20:00 2023 +0200 Polished --- jbang/karaf-blueprint/DatabaseInitializationBean.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jbang/karaf-blueprint/DatabaseInitializationBean.java b/jbang/karaf-blueprint/DatabaseInitializationBean.java index bb9836b..43e3e48 100644 --- a/jbang/karaf-blueprint/DatabaseInitializationBean.java +++ b/jbang/karaf-blueprint/DatabaseInitializationBean.java @@ -39,8 +39,6 @@ public class DatabaseInitializationBean { } public void create() throws Exception { - System.out.println(">>>>>>>>>>>>>>>>"); - LOG.info("Creating database tables ..."); if (connection == null) { EmbeddedDriver driver = new EmbeddedDriver();