From 6a890db0df614490ff02c058f81208e8d492c654 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Wed, 17 Jan 2024 12:03:07 +0200
Subject: [PATCH] remove console log

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

diff --git a/wax-questions-service/src/MultipleChoiceQuestionService/components/EditorComponent.js b/wax-questions-service/src/MultipleChoiceQuestionService/components/EditorComponent.js
index d4ea6c206..9297b6c8e 100644
--- a/wax-questions-service/src/MultipleChoiceQuestionService/components/EditorComponent.js
+++ b/wax-questions-service/src/MultipleChoiceQuestionService/components/EditorComponent.js
@@ -262,7 +262,6 @@ const QuestionEditorComponent = ({
   };
 
   const removeQuestion = () => {
-    console.log('delete');
     const allNodes = getNodes(context.pmViews.main);
 
     allNodes.forEach(singleNode => {
-- 
GitLab