Skip to content

Commit

Permalink
Stop logging address list in utxo controller
Browse files Browse the repository at this point in the history
  • Loading branch information
lserra-iov committed Nov 1, 2023
1 parent 4dcf741 commit 51afa89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controllers/utxo.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export class UtxoController {
})
addressList: AddressList,
): Promise<UtxoResponse> {
this.logger.debug(
`[getUtxos] Getting utxos from address list: ${addressList.addressList}`,
);
return new Promise<UtxoResponse>((resolve, reject) => {
Promise.all(
addressList.addressList.map(async address => {
Expand Down

0 comments on commit 51afa89

Please sign in to comment.