Draft of Config policy
[clamp.git] / ui-react / src / components / loop_viewer / svg / LoopSvg.js
index 2858ccd..44356c1 100644 (file)
@@ -61,10 +61,6 @@ class LoopViewSvg extends React.Component {
                this.getSvg();
        }
 
-       componentDidMount() {
-               this.getSvg();
-       }
-
        getSvg() {
                LoopService.getSvg(this.state.loopCache.getLoopName()).then(svgXml => {
                        if (svgXml.length != 0) {