From b36239f6610a445bca82d3c5b2aa15d2ce639b8d Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Sat, 9 Dec 2017 20:25:20 +0100 Subject: [PATCH] - removed console.log() --- js/app/ui/system_graph.js | 1 - public/js/v1.3.1/app/ui/system_graph.js | 1 - 2 files changed, 2 deletions(-) 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);