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

remove console.log

This commit is contained in:
Baptiste Augrain
2018-11-08 10:10:45 +01:00
parent 48c29dd7d9
commit 1e3cf6f374

View File

@@ -552,7 +552,6 @@ export default class CodeEditor extends React.Component {
}
const pastedHtml = clipboardData.getData('text/html')
console.log(pastedHtml)
if (pastedHtml !== '') {
this.handlePasteHtml(e, editor, pastedHtml)
} else if (dataTransferItem.type.match('image')) {