Remove cruft.
This commit is contained in:
parent
1a3fb459e0
commit
1cb4c819e1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue