chore(ColorView): clear console.log

This commit is contained in:
xidedix
2018-05-25 17:48:16 +02:00
parent c4d5ff886c
commit 1bbae5bf3e
-1
View File
@@ -35,7 +35,6 @@ export default {
} }
}, },
mounted () { mounted () {
console.log('mounted')
this.setColor() this.setColor()
} }
} }