Skip to content

Commit b5a4888

Browse files
author
Steven Silvester
committed
remove commented out code
1 parent 427bc96 commit b5a4888

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notebook/static/tree/js/notebooklist.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,6 @@ define([
542542
span12.empty();
543543
that.contents.get(list_item.path, {"content": true}).then(
544544
function (data) {
545-
// input_area.getDoc().setValue(data.content);
546-
// span12.append($('<div style="margin:auto;text-align:center;color:grey"/>').text(data.content));
547545
span12.append($('<div style="margin:auto;text-align:center;color:grey"/>').innerHTML = marked(data.content));
548546
},
549547
function(error) {

0 commit comments

Comments
 (0)