Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Sep 13, 2024
1 parent e00e9e9 commit d68c20a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/easypid/src/use-cases/ReceivePidUseCaseFlow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export abstract class ReceivePidUseCaseFlow<ExtraOptions = {}> {
this.options = options

this.accessRights = new Promise((resolve) => {
console.log('this allow access rights', options.allowSimulatorCard)
this.idCardAuthFlow = new AusweisAuthFlow({
onEnterPin: async (options) => {
const pin = await this.options.onEnterPin({
Expand Down

0 comments on commit d68c20a

Please sign in to comment.