mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
remove console logging
This commit is contained in:
parent
01e17041a8
commit
f86e87a1ab
@ -94,7 +94,6 @@ module.exports = {
|
|||||||
for (let i = 0; i < lines.length; i++) {
|
for (let i = 0; i < lines.length; i++) {
|
||||||
lineCounter++;
|
lineCounter++;
|
||||||
codeLineNumbers += `${lineCounter}\n`;
|
codeLineNumbers += `${lineCounter}\n`;
|
||||||
console.log(lines[i])
|
|
||||||
|
|
||||||
if (wordWrap) {
|
if (wordWrap) {
|
||||||
const temp = document.createElement('span');
|
const temp = document.createElement('span');
|
||||||
|
Loading…
Reference in New Issue
Block a user