Skip to content

Commit 9b7d4f4

Browse files
committed
Remove console.log
1 parent 6f71ff7 commit 9b7d4f4

File tree

1 file changed

+0
-1
lines changed
  • src/vfjs-global-mixin/methods/vfjs-helpers

1 file changed

+0
-1
lines changed

src/vfjs-global-mixin/methods/vfjs-helpers/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ const vfjsHelpers = {
274274

275275
const { schema, model, ...dynamicProperties } = dynamicOptions;
276276
if (this.vfjsHelperSchemaHasErrors(schema, model)) {
277-
console.log('dynamicProperties', dynamicProperties);
278277
return dynamicProperties;
279278
}
280279

0 commit comments

Comments
 (0)