mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
remove console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user