diff --git a/backend/src/core/bitcoin-api/bitcoin-api.service.ts b/backend/src/core/bitcoin-api/bitcoin-api.service.ts index 564c9384..b582cc67 100644 --- a/backend/src/core/bitcoin-api/bitcoin-api.service.ts +++ b/backend/src/core/bitcoin-api/bitcoin-api.service.ts @@ -234,7 +234,6 @@ export class BitcoinApiService { ttl: ONE_MONTH_MS, }) public async getBlockTxids({ hash }: { hash: string }) { - console.log('get block txids'); return this.call('getBlockTxids', { hash }); }