From 1bbae5bf3e33e05f2833e639f42d52278226ad3a Mon Sep 17 00:00:00 2001 From: xidedix Date: Fri, 25 May 2018 17:48:16 +0200 Subject: [PATCH] chore(ColorView): clear console.log --- src/views/theme/ColorView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/theme/ColorView.vue b/src/views/theme/ColorView.vue index b63f50c2..2e33a462 100644 --- a/src/views/theme/ColorView.vue +++ b/src/views/theme/ColorView.vue @@ -35,7 +35,6 @@ export default { } }, mounted () { - console.log('mounted') this.setColor() } }