fix warnings in tutorial builder

This commit is contained in:
Delucse
2020-09-22 11:56:36 +02:00
parent 9df7de05f4
commit 59d347de41
5 changed files with 5 additions and 6 deletions
-1
View File
@@ -243,7 +243,6 @@ export const resetTutorial = () => (dispatch, getState) => {
export const readJSON = (json) => (dispatch, getState) => {
dispatch(resetTutorial());
console.log(json.steps.map(() => {return {};}));
dispatch({
type: BUILDER_ERROR,
payload: {