You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/02 08:20:10 UTC

[camel-kamelets-examples] branch main updated: Polished

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 <cl...@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();