Fix sonar issues :
[aai/sparky-be.git] / sparkybe-onap-service / src / main / java / org / onap / aai / sparky / viewandinspect / context / BaseGizmoVisualizationContext.java
index f058c48..32c97c3 100644 (file)
@@ -168,7 +168,6 @@ public class BaseGizmoVisualizationContext implements VisualizationContext {
     try {
       gizmoEntity = mapper.readValue(ain.getOpResult().getResult(), GizmoEntity.class);
     } catch (Exception exc) {
-      exc.printStackTrace();
       LOG.error(AaiUiMsgs.SELF_LINK_JSON_PARSE_ERROR, "Failed to marshal json"
           + " response str into JsonNode with error, " + exc.getLocalizedMessage());
       ain.changeState(NodeProcessingState.ERROR,