Skip to content

Commit

Permalink
fix(app): remove debugger statement (passportxyz#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored May 24, 2023
1 parent 4c28501 commit b0b0745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/SyncToChainButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ const SyncToChainButton = () => {
console.error("error syncing credentials to chain: ", e);
let toastDescription: string | JSX.Element =
"An unexpected error occured while trying to bring the data on-chain.";
debugger;
if (isError(e, "ACTION_REJECTED")) {
toastDescription = "Transaction rejected by user";
} else if (isError(e, "INSUFFICIENT_FUNDS")) {
Expand Down

0 comments on commit b0b0745

Please sign in to comment.