Skip to content

Commit

Permalink
remove createLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 23, 2016
1 parent 2c4f0d6 commit b25b4d4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,7 @@ if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue)
}

function createLogger () {
console.warn(
'[vuex] Vuex.createLogger has been deprecated.' +
'Use `import createLogger from \'vuex/logger\' instead.'
)
}

export default {
Store,
install,
createLogger
install
}

0 comments on commit b25b4d4

Please sign in to comment.