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 2020/09/19 06:54:40 UTC

[camel] branch master updated: CAMEL-15531: Polished

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c693255  CAMEL-15531: Polished
c693255 is described below

commit c693255e87ee4f494c34c228518d954d430aaa29
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Sep 19 08:54:08 2020 +0200

    CAMEL-15531: Polished
---
 .../java/org/apache/camel/component/optaplanner/OptaPlannerProducer.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-optaplanner/src/main/java/org/apache/camel/component/optaplanner/OptaPlannerProducer.java b/components/camel-optaplanner/src/main/java/org/apache/camel/component/optaplanner/OptaPlannerProducer.java
index 1d39609..0f539fe 100644
--- a/components/camel-optaplanner/src/main/java/org/apache/camel/component/optaplanner/OptaPlannerProducer.java
+++ b/components/camel-optaplanner/src/main/java/org/apache/camel/component/optaplanner/OptaPlannerProducer.java
@@ -168,7 +168,6 @@ public class OptaPlannerProducer extends DefaultAsyncProducer {
                         populateResultWithSolverManager(exchange, solverJob);
                     } catch (Throwable e) {
                         exchange.setException(e);
-                        e.printStackTrace();
                     } finally {
                         callback.done(false);
                     }