Commit bde7fe0ec3c2d56736066b5adc351f231f88f75d
1 parent
21d0fe9f
chore: remove console
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/core/editor/right-panel/props.js
| @@ -145,7 +145,6 @@ export default { | @@ -145,7 +145,6 @@ export default { | ||
| 145 | { | 145 | { |
| 146 | this.editorPositionConfig.map(item => { | 146 | this.editorPositionConfig.map(item => { |
| 147 | const { type, label, key } = item | 147 | const { type, label, key } = item |
| 148 | - console.log(key, commonStyle) | ||
| 149 | const data = { | 148 | const data = { |
| 150 | props: { | 149 | props: { |
| 151 | value: commonStyle[key], | 150 | value: commonStyle[key], |