From 68d72771d285552dca10cc52bcf8e8c5eec29840 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 12 Oct 2017 16:21:17 -0400 Subject: [PATCH] remove extraneous console log --- client/modules/IDE/components/Editor.jsx | 1 - 1 file changed, 1 deletion(-) 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) {