diff options
Diffstat (limited to 'src/components/style_switcher')
| -rw-r--r-- | src/components/style_switcher/style_switcher.js | 2 |
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 |
