From d14ac88ceec032f478ec1fab2828f66926386c2c Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 10 Oct 2023 13:08:38 +0200 Subject: [PATCH] rmeoved commented out code and logs --- main.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/main.js b/main.js index cb6cac1..59230ea 100644 --- a/main.js +++ b/main.js @@ -1812,15 +1812,6 @@ function showgrep() showgrepresult(grep(filter.value)); } } - - // live search - /*filter.oninput = function() - { - if (filter.value.length > 1) - { - showgrepresult(grep(filter.value)); - } - }*/ } function commandpalette() @@ -2101,9 +2092,6 @@ function applycolors() } var boldstyle = "-webkit-text-stroke-width: 0.5px;"; - //var boldstyle = "font-weight: bold; letter-spacing: 0;"; - //var boldstyle = "font-weight: bold;"; - //var boldstyle = "text-shadow: 0 0 0.01px black;"; var lines = md.value.split("\n"); var header = false; @@ -2203,7 +2191,6 @@ function applycolors() } else if (comment) { - console.log("comment: " + line); line = "" + line if (line.includes("-->")) {