Skip to content

Commit

Permalink
fix: 🐛 remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesa committed Jul 22, 2021
1 parent 75c7ead commit 53963b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@learnblocks/core",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Composable react components for the creation and display of digital learing content.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions src/choice/presenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export const ChoicePresenter: BlockPresenter<
}))
}

console.log(handlers)

return handlers
}, [setState, choiceIndices])

Expand Down

0 comments on commit 53963b3

Please sign in to comment.