Removed useless log

This commit is contained in:
Eliot Berriot 2018-02-18 15:31:37 +01:00
parent 1cfe56fd2a
commit fc0d9dfd73
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ export default {
Raven.uninstall() Raven.uninstall()
logger.default.info('Installing raven...') logger.default.info('Installing raven...')
Raven.config(this.dsn).addPlugin(RavenVue, Vue).install() Raven.config(this.dsn).addPlugin(RavenVue, Vue).install()
console.log({}.test.test)
} }
}, },
watch: { watch: {