From 186c8ae41d90a2ee11546c6fa2650e19a1fd5ee2 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Fri, 5 Sep 2014 11:14:37 -0700 Subject: [PATCH] remove useless comment --- IPython/html/static/notebook/js/textcell.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index 628a2f279..c3af16376 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'; };