Skip to content

Commit

Permalink
Removed debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 23, 2023
1 parent a590a13 commit 98c1463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/teachers/badges/Assertions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
(assertion.isDirectAward && assertion.status !== "ACCEPTED"))
.map(assertion => assertion.entityId);
debugger;
const promises = [];
if (selectedAssertions.length > 0) {
promises.push(revokeAssertions(selectedAssertions, revocationReason));
Expand Down

0 comments on commit 98c1463

Please sign in to comment.