Fix in ControllerImpl
[appc.git] / appc-event-listener / appc-event-listener-bundle / src / main / java / org / onap / appc / listener / impl / ControllerImpl.java
index 143ec62..cc77eb9 100644 (file)
@@ -96,7 +96,6 @@ public class ControllerImpl implements Controller {
                     executor.execute(l);
                 }
             } catch (Exception e) {
-                e.printStackTrace();
                 LOG.error(String.format("Exception while starting listener %s.", props), e);
             }
         }