Skip to content

Commit 9bbb725

Browse files
authored
fix: remove redundant console.log (#1568)
1 parent f604f64 commit 9bbb725

File tree

1 file changed

+0
-1
lines changed
  • packages/app-backend-vue3/src/components

1 file changed

+0
-1
lines changed

packages/app-backend-vue3/src/components/data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function processProps (instance) {
4444

4545
for (let key in instance.props) {
4646
const propDefinition = propDefinitions ? propDefinitions[key] : null
47-
console.log(key, propDefinition)
4847
key = camelize(key)
4948
propsData.push({
5049
type: 'props',

0 commit comments

Comments
 (0)