diff --git a/app/assets/javascripts/Jit/loadgraphs.js b/app/assets/javascripts/Jit/loadgraphs.js index 3b9d0b5c..63f7f630 100644 --- a/app/assets/javascripts/Jit/loadgraphs.js +++ b/app/assets/javascripts/Jit/loadgraphs.js @@ -68,12 +68,10 @@ function initialize(type, loadLater){ if ( type == "centered") { // init Rgraph - alert("Going in, and we're centered"); Mconsole = new $jit.RGraph(graphSettings(type)); } else if ( type == "arranged" || type == "chaotic" ) { // init ForceDirected - alert("Going in, and we're arranged/chaotic"); Mconsole = new $jit.ForceDirected(graphSettings(type)); } else {