remove extraneous console log

This commit is contained in:
Cassie Tarakajian 2017-10-12 16:21:17 -04:00
parent 1363a7a0c3
commit 68d72771d2

View file

@ -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) {