diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static/tree/js/notebooklist.js index 74fd0a9052..eefc9992ef 100644 --- a/notebook/static/tree/js/notebooklist.js +++ b/notebook/static/tree/js/notebooklist.js @@ -542,8 +542,6 @@ define([ span12.empty(); that.contents.get(list_item.path, {"content": true}).then( function (data) { - // input_area.getDoc().setValue(data.content); - // span12.append($('
').text(data.content)); span12.append($('
').innerHTML = marked(data.content)); }, function(error) {