Policy TestSuite Enabled
[policy/engine.git] / ECOMP-PDP-REST / src / main / java / org / openecomp / policy / pdp / rest / notifications / NotificationController.java
index 14d7aa1..4c93377 100644 (file)
@@ -186,7 +186,6 @@ public class NotificationController {
                                NotificationServer.sendNotification(notificationJSON, propNotificationType, pdpURL);
                        } catch (Exception e) {
                                LOGGER.info(XACMLErrorConstants.ERROR_PROCESS_FLOW + "Error in sending the Event Notification: "+ e.getMessage());
-                               e.printStackTrace();
                        }
                        notificationFlag = false;
                }