Remove cruft.

This commit is contained in:
Johannes 'fish' Ziemke 2013-04-04 19:02:29 +02:00
parent 1a3fb459e0
commit 1cb4c819e1
1 changed files with 0 additions and 2 deletions

View File

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