remove debug statement

and anchor
This commit is contained in:
MinRK 2013-07-04 08:58:43 -07:00
parent 40b882906f
commit 09567f835b

View File

@ -241,13 +241,12 @@ var IPython = (function (IPython) {
.addClass("disabled")
.append(
$("<a/>")
.attr("href", "#")
.text("No checkpoints")
)
);
return;
};
console.log("checkpoints!", checkpoints);
for (var i = 0; i < checkpoints.length; i++) {
var checkpoint = checkpoints[i];
var d = new Date(checkpoint.last_modified);