Skip to content

Commit 4ac086d

Browse files
committed
Remove commented out old code
1 parent 8644a15 commit 4ac086d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

notebook/static/notebook/js/outputarea.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ define([
710710
return start_tag + content + end_tag;
711711
};
712712
marked(text, { renderer: renderer }, function (err, html) {
713-
// marked(text, function (err, html) {
714713
html = mathjaxutils.replace_math(html, math);
715714
toinsert.append(html);
716715
});

notebook/static/notebook/js/textcell.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ define([
400400
return start_tag + content + end_tag;
401401
};
402402
marked(text, { renderer: renderer }, function (err, html) {
403-
// marked(text, function (err, html) {
404403
html = mathjaxutils.replace_math(html, math);
405404
html = security.sanitize_html(html);
406405
html = $($.parseHTML(html));

0 commit comments

Comments
 (0)