Skip to content
Snippets Groups Projects
Commit c047a82f authored by chris's avatar chris
Browse files

remove console.log

parent d8e95d5d
No related branches found
No related tags found
1 merge request!458Hhmi accessibility
...@@ -23,7 +23,6 @@ export default class TrueFalseSingleCorrectNodeView extends QuestionsNodeView { ...@@ -23,7 +23,6 @@ export default class TrueFalseSingleCorrectNodeView extends QuestionsNodeView {
} }
stopEvent(event) { stopEvent(event) {
console.log(event.target.type);
if ( if (
!event.target.type || !event.target.type ||
event.target.type === 'button' || event.target.type === 'button' ||
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment