aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-22 03:55:45 +0300
committerHenry Jameson <me@hjkos.com>2018-11-22 03:55:45 +0300
commit379144f4abe7075d4a86b44d09d712fde5ebaae6 (patch)
treece188e16740e7fb1724e5ec0db3866c1dec00f5e /src/components/style_switcher/style_switcher.js
parentcd6c5b3e33fc71d68892f5d6985a3d27125468bc (diff)
fix for zero-state for shadow-control
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
-rw-r--r--src/components/style_switcher/style_switcher.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index c39aa95b..2af77a85 100644
--- a/src/components/style_switcher/style_switcher.js
+++ b/src/components/style_switcher/style_switcher.js
@@ -182,7 +182,6 @@ export default {
},
previewTheme () {
if (!this.preview.theme.colors) return { colors: {}, opacity: {}, radii: {}, shadows: {} }
- console.log(this.preview.theme.radii)
return this.preview.theme
},
// This needs optimization maybe
@@ -382,8 +381,6 @@ export default {
normalizeLocalState (input, version = 0) {
const colors = input.colors || input
const radii = input.radii || input
- console.log('Benis')
- console.log(JSON.stringify(radii, null, 2))
const opacity = input.opacity || input
const shadows = input.shadows || {}