Skip to content

Commit

Permalink
removed loggings
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Oct 15, 2020
1 parent b5d8d05 commit 761e813
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/store/modules/subModules/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const mutations = {
reorder(state, payload) {
payload.options.forEach((item, i) => {
item.order = i + 1
console.log(i)
})
console.log(payload)
state.list = payload.options
},

Expand Down

0 comments on commit 761e813

Please sign in to comment.