diff --git a/client/modules/IDE/components/Editor.jsx b/client/modules/IDE/components/Editor.jsx index 782da66f..1b502bcd 100644 --- a/client/modules/IDE/components/Editor.jsx +++ b/client/modules/IDE/components/Editor.jsx @@ -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) {