Skip to content

Commit 15f2906

Browse files
committed
rm console.log
1 parent c49c4f2 commit 15f2906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/scrapboxCssScript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ const insertIndentLineCSSRule = (isLining, indentColor) => {
9999
indentLineCSS.map((css) => {
100100
if (css.includes('#dcdcdc')) {
101101
css = css.replace('#dcdcdc', indentColor);
102-
console.log(css);
103102
}
104103
document.styleSheets[0].insertRule(css);
105104
});

0 commit comments

Comments
 (0)