1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

remove console.log

This commit is contained in:
kostaldavid8
2017-03-20 19:42:14 +01:00
parent c56d232e58
commit 1e8e161a33

View File

@@ -95,7 +95,6 @@ export default class CodeEditor extends React.Component {
} else {
bulletType = 0 // not a bullet
}
console.log(bulletType);
const numberedListRegex = /^(\d+)\. .+/
const match = line.trim().match(numberedListRegex)
if (bulletType !== 0 || match) {