delete debug comment

pull/37/head
Zachary Sailer 13 years ago committed by MinRK
parent 20324bafd0
commit 324370de53

@ -111,6 +111,7 @@ var IPython = (function (IPython) {
success : $.proxy(this.sessions_loaded, this)
};
var url = this.baseProjectUrl() + 'api/sessions';
console.log("THIS IS A TEST");
$.ajax(url,settings);
};

Loading…
Cancel
Save