diff --git a/wax-questions-service/src/MultipleChoiceQuestionService/components/EditorComponent.js b/wax-questions-service/src/MultipleChoiceQuestionService/components/EditorComponent.js index d4ea6c2063b60f552a86cfe75eb03f3236c2ab46..9297b6c8e424b796798fe33ce9c2d5d012b55bd8 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 => {