- removed console.log()

This commit is contained in:
Mark Friedrich
2017-12-09 20:25:20 +01:00
parent 1917f7a7b6
commit b36239f661
2 changed files with 0 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);