mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
remove debug statement
and anchor
This commit is contained in:
parent
40b882906f
commit
09567f835b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user