summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.container.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/graph/graph.container.js')
-rw-r--r--frontend/views/graph/graph.container.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/views/graph/graph.container.js b/frontend/views/graph/graph.container.js
index 5c6e3b5..7f53d64 100644
--- a/frontend/views/graph/graph.container.js
+++ b/frontend/views/graph/graph.container.js
@@ -25,7 +25,6 @@ class GraphContainer extends Component {
}
shouldShowGraph() {
const { graph_name, page_name } = this.props.match.params
- // console.log(graph_name, page_name)
return (graph_name && !page_name && graph_name !== 'index')
}
shouldLoadGraph(prevProps) {