Skip to content

Commit

Permalink
remove cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Sep 28, 2024
1 parent 019c7a9 commit a55f22a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/lib/Semaphore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ class Semaphore {
fnToCall,
args,
})
Emitter.on('cancel', () => {
console.log('cancelling')
reject('cancelled')
})
this.tryNext()
})
}
Expand Down

0 comments on commit a55f22a

Please sign in to comment.