Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikhorn93 committed Jan 8, 2024
1 parent 70f2ff3 commit 7eee65a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions digiwf-apps/packages/apps/digiwf-forms-example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,7 @@ export default defineComponent({
initSchema();
const log = (obj: any) => {
console.log(obj);
}
return {
log,
initSchema,
componentKey,
changed,
Expand Down

0 comments on commit 7eee65a

Please sign in to comment.