From 2dacb9bd185db2c05de435d2bd446865e158e483 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 17 Jul 2019 13:48:44 +0200 Subject: Draft of Config policy Initial code of the config policy window using the Json Editor version from NPM Issue-ID: CLAMP-426 Change-Id: I4ff3e63c463320706031c703afa22417b321faa3 Signed-off-by: sebdet --- ui-react/src/components/loop_viewer/svg/LoopSvg.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui-react/src/components/loop_viewer') diff --git a/ui-react/src/components/loop_viewer/svg/LoopSvg.js b/ui-react/src/components/loop_viewer/svg/LoopSvg.js index 2858ccd8a..44356c1c0 100644 --- a/ui-react/src/components/loop_viewer/svg/LoopSvg.js +++ b/ui-react/src/components/loop_viewer/svg/LoopSvg.js @@ -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) { -- cgit 1.2.3-korg