remove extraneous console log
This commit is contained in:
parent
1363a7a0c3
commit
68d72771d2
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ class Editor extends React.Component {
|
|||
highlightSelectionMatches: true, // highlight current search match
|
||||
lint: {
|
||||
onUpdateLinting: debounce((annotations) => {
|
||||
console.log(annotations);
|
||||
this.props.clearLintMessage();
|
||||
annotations.forEach((x) => {
|
||||
if (x.from.line > -1) {
|
||||
|
|
Loading…
Reference in a new issue