From 11d4a20cf6e021d87a9ea30ef72e1073e81522b7 Mon Sep 17 00:00:00 2001
From: Giannis kopanas <jkopanas@gmail.com>
Date: Fri, 28 May 2021 21:06:42 +0300
Subject: [PATCH] fix(services): remove console

---
 .../MultipleChoiceQuestionService/components/EditorComponent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js
index 6ef4e680d..fd017cffb 100644
--- a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js
+++ b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js
@@ -20,7 +20,7 @@ const EditorComponent = ({ node, view, getPos }) => {
   });
 
   if (context.activeViewId === node.attrs.id) {
-    console.log(node.attrs.id, "matched")
+    console.log(node.attrs.id, 'matched');
   }
 
   useEffect(() => {
-- 
GitLab