aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-25 19:15:54 +0300
committerHenry Jameson <me@hjkos.com>2018-11-25 19:15:54 +0300
commite8536f3d95144945dcbd6bd96542f8401de3f1ed (patch)
treea54a8278beb78ac1cb31a96001b3ad81ffa0f000 /src/components/style_switcher/style_switcher.js
parent883a76147af6f9d60c6ac10e23b88e3148f076bb (diff)
clean up
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
-rw-r--r--src/components/style_switcher/style_switcher.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index 286210b5..57faa61b 100644
--- a/src/components/style_switcher/style_switcher.js
+++ b/src/components/style_switcher/style_switcher.js
@@ -396,7 +396,6 @@ export default {
clearShadows () {
this.shadowsLocal = {}
- console.log(this.shadowsLocal)
},
/**
@@ -405,7 +404,6 @@ export default {
* @param {Number} version - version of data. 0 means try to guess based on data.
*/
normalizeLocalState (input, version = 0) {
- console.log(input.opacity)
const colors = input.colors || input
const radii = input.radii || input
const opacity = input.opacity