From cc8c2669471a16d78f45e81e90e7d26591ea5777 2014-09-05 18:14:37 From: Matthias BUSSONNIER Date: 2014-09-05 18:14:37 Subject: [PATCH] remove useless comment --- diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index 628a2f2..c3af163 100644 --- a/IPython/html/static/notebook/js/textcell.js +++ b/IPython/html/static/notebook/js/textcell.js @@ -278,7 +278,6 @@ define([ var config = this.mergeopt(RawCell, options.config); TextCell.apply(this, [$.extend({}, options, {config: config})]); - // RawCell should always hide its rendered div this.cell_type = 'raw'; };