diff --git a/web/static/js/graph.js b/web/static/js/graph.js index 260a5ab64a..4a6163d855 100644 --- a/web/static/js/graph.js +++ b/web/static/js/graph.js @@ -431,8 +431,6 @@ function init() { $.ajax({ url: "/static/js/graph_template.handlebar", success: function(data) { - console.log("got template") - console.log(data) graphTemplate = Handlebars.compile(data); var options = parseGraphOptionsFromUrl(); if (options.length == 0) {