1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

remove console.log

This commit is contained in:
Baptiste Augrain
2018-11-28 16:42:10 +01:00
parent df3b2cd8fe
commit df20662005

View File

@@ -645,7 +645,6 @@ export default class CodeEditor extends React.Component {
}
const pastedTxt = clipboard.readText()
console.log(pastedTxt)
if (isInFencedCodeBlock(editor)) {
this.handlePasteText(editor, pastedTxt)