Skip to content

Commit 1e3cf6f

Browse files
committed
remove console.log
1 parent 48c29dd commit 1e3cf6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

browser/components/CodeEditor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ export default class CodeEditor extends React.Component {
552552
}
553553

554554
const pastedHtml = clipboardData.getData('text/html')
555-
console.log(pastedHtml)
556555
if (pastedHtml !== '') {
557556
this.handlePasteHtml(e, editor, pastedHtml)
558557
} else if (dataTransferItem.type.match('image')) {

0 commit comments

Comments
 (0)