Skip to content

Commit df20662

Browse files
committed
remove console.log
1 parent df3b2cd commit df20662

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
@@ -645,7 +645,6 @@ export default class CodeEditor extends React.Component {
645645
}
646646

647647
const pastedTxt = clipboard.readText()
648-
console.log(pastedTxt)
649648

650649
if (isInFencedCodeBlock(editor)) {
651650
this.handlePasteText(editor, pastedTxt)

0 commit comments

Comments
 (0)