From 1cb4c819e184cd4f780e9be2f2bd8471cf067889 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Thu, 4 Apr 2013 19:02:29 +0200 Subject: [PATCH] Remove cruft. --- web/static/js/graph.js | 2 -- 1 file changed, 2 deletions(-) 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) {