From 379144f4abe7075d4a86b44d09d712fde5ebaae6 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 22 Nov 2018 03:55:45 +0300 Subject: fix for zero-state for shadow-control --- src/components/style_switcher/style_switcher.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/components/style_switcher/style_switcher.js') 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 || {} -- cgit v1.2.3-70-g09d2