From b026f5a481558c99359998a23d60d2c5eabc0e5e Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 4 Aug 2023 15:55:22 +0900 Subject: [PATCH] Removing console log --- backend/src/api/mempool-blocks.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/api/mempool-blocks.ts b/backend/src/api/mempool-blocks.ts index 16cf60a2f..1de4bbee7 100644 --- a/backend/src/api/mempool-blocks.ts +++ b/backend/src/api/mempool-blocks.ts @@ -341,7 +341,6 @@ class MempoolBlocks { } public async $rustMakeBlockTemplates(newMempool: { [txid: string]: MempoolTransactionExtended }, saveResults: boolean = false, useAccelerations: boolean = false, accelerationPool?: number): Promise { - console.log('$rustMakeBlockTemplates'); const start = Date.now(); // reset mempool short ids