Create SVG in UI
[clamp.git] / src / main / java / org / onap / clamp / loop / LoopController.java
index fad93bc..603726f 100644 (file)
@@ -168,17 +168,6 @@ public class LoopController {
         return loopService.updateMicroservicePolicy(loopName, newMicroservicePolicy);
     }
 
-    /**
-     * Get the SVG representation of the loop.
-     *
-     * @param loopName The loop name
-     * @return The SVG representation
-     */
-    public String getSvgRepresentation(String loopName) {
-        Loop loop = loopService.getLoop(loopName);
-        return loop != null ? loop.getSvgRepresentation() : null;
-    }
-
     /**
      * Refresh the Operational Policy Json representation of the loop.
      *