diff --git a/js/app/ui/system_graph.js b/js/app/ui/system_graph.js index ba5fec0e..e0ac6550 100644 --- a/js/app/ui/system_graph.js +++ b/js/app/ui/system_graph.js @@ -169,7 +169,6 @@ define([ // update graph data ------------------------------------------------------------------------------------------ for (let [systemId, graphsData] of Object.entries(systemGraphsData)){ - console.log(systemId); for (let [graphKey, graphData] of Object.entries(graphsData)){ let graphElement = context.moduleElement.find('[data-graph="' + graphKey + '"]'); initGraph(graphElement, graphKey, graphData, eventLine); diff --git a/public/js/v1.3.1/app/ui/system_graph.js b/public/js/v1.3.1/app/ui/system_graph.js index ba5fec0e..e0ac6550 100644 --- a/public/js/v1.3.1/app/ui/system_graph.js +++ b/public/js/v1.3.1/app/ui/system_graph.js @@ -169,7 +169,6 @@ define([ // update graph data ------------------------------------------------------------------------------------------ for (let [systemId, graphsData] of Object.entries(systemGraphsData)){ - console.log(systemId); for (let [graphKey, graphData] of Object.entries(graphsData)){ let graphElement = context.moduleElement.find('[data-graph="' + graphKey + '"]'); initGraph(graphElement, graphKey, graphData, eventLine);