From 8545a3b7ce8f187c396d32666f21362f304168a4 Mon Sep 17 00:00:00 2001 From: ashu8912 Date: Sun, 26 Jan 2020 12:47:37 +0530 Subject: [PATCH] removed 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 762409e7..ac353ab7 100644 --- a/client/modules/IDE/components/Editor.jsx +++ b/client/modules/IDE/components/Editor.jsx @@ -269,7 +269,6 @@ class Editor extends React.Component { indent_size: INDENTATION_AMOUNT, indent_with_tabs: IS_TAB_INDENT }; - console.log('inside'); const mode = this._cm.getOption('mode'); const currentPosition = this._cm.doc.getCursor(); if (mode === 'javascript') {