removed alerts from loadgraphs.js

This commit is contained in:
Devin Howard 2013-01-10 22:02:34 -05:00
parent d69cafaf85
commit bb1bf2d05f

View file

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