Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Oct 18, 2024
1 parent 0d3c82a commit 65ba98e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/orchestrator/src/services/relayer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ export default class RelayerService implements RelayerInterface {
});

if (isExistOutpoint === true) {
console.log({isExistOutpoint}, txid, i);

// Remove this outpoint from deposit index
await this.depositIndexService.removeDeposit({
receiver: toReceiverAddr(convertSdkDestToWasmDest(script.dest)),
Expand Down

0 comments on commit 65ba98e

Please sign in to comment.