Skip to content

Commit c8ef88a

Browse files
committed
cleanup
1 parent d69b67e commit c8ef88a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/actions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ const actions = {
278278
// Loading ///////////////////////////////////////////////////////
279279

280280
[types.openProject]: ({ commit, state }, payload) => {
281-
// open project imagePath, componentPath, routePath
282281
payload.userProps.forEach((prop)=>{commit(types.CREATE_PROP, prop)})
283282
payload.userActions.forEach((action)=>{commit(types.CREATE_ACTION, action)})
284283
payload.userState.forEach((state)=>{commit(types.CREATE_STATE, state)})

0 commit comments

Comments
 (0)