Skip to content

Commit

Permalink
fix: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel committed Nov 26, 2024
1 parent 5e5a439 commit 4510c85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/_example/src/forest/customizations/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export default (collection: CardCustomizer) =>
.addAction('Create new card', {
scope: 'Global',
execute: (context, resultBuilder) => {
console.log(context);

return resultBuilder.success('ok');
},
form: [
Expand Down

0 comments on commit 4510c85

Please sign in to comment.