Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Jan 15, 2025
1 parent 9f80797 commit ed706f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/governance/Governance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ watch(
blockCount.value - proposal.blockHeight >=
cChainParams.current.proposalFeeConfirmRequirement
) {
debugger;
// Proposal fee has the required amounts of confirms, stop watching and try to finalize
await finalizeProposal(proposal);
}
Expand Down

0 comments on commit ed706f0

Please sign in to comment.