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

remove console.log

parent ef2b2a0b
No related branches found
No related tags found
1 merge request!511Numerical answer
......@@ -209,7 +209,6 @@ const QuestionEditorComponent = ({
}, []);
const dispatchTransaction = tr => {
console.log(tr.getMeta('addToHistoryFromOutside'));
const addToHistory = !tr.getMeta('exludeToHistoryFromOutside');
const { state, transactions } = questionView.state.applyTransaction(tr);
questionView.updateState(state);
......
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