##// END OF EJS Templates
remove debug statement...
MinRK -
Show More
@@ -241,13 +241,12 var IPython = (function (IPython) {
241 241 .addClass("disabled")
242 242 .append(
243 243 $("<a/>")
244 .attr("href", "#")
245 244 .text("No checkpoints")
246 245 )
247 246 );
248 247 return;
249 248 };
250 console.log("checkpoints!", checkpoints);
249
251 250 for (var i = 0; i < checkpoints.length; i++) {
252 251 var checkpoint = checkpoints[i];
253 252 var d = new Date(checkpoint.last_modified);
General Comments 0
You need to be logged in to leave comments. Login now