Merge pull request #4932 from mempool/natsoni/remove-console-log

Remove console log
This commit is contained in:
softsimon 2024-04-09 15:17:34 +09:00 committed by GitHub
commit 61ba832dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -701,7 +701,6 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
}
setIsAccelerated() {
console.log(this.tx.acceleration, this.accelerationInfo, this.pool, this.accelerationInfo?.pools);
this.isAcceleration = (this.tx.acceleration || (this.accelerationInfo && this.pool && this.accelerationInfo.pools.some(pool => (pool === this.pool.id || pool?.['pool_unique_id'] === this.pool.id))));
}