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