Merge pull request #6010 from mempool/nymkappa/remove-console-log

remove console.log
This commit is contained in:
mononaut
2025-08-21 17:09:52 +02:00
committed by GitHub

View File

@@ -180,7 +180,6 @@ class WalletApi {
// update list of treasuries
const treasuriesResponse = await axios.get(config.MEMPOOL_SERVICES.API + `/treasuries`);
console.log(treasuriesResponse.data);
this.treasuries = treasuriesResponse.data || [];
} catch (e) {
logger.err(`Error updating active wallets: ${(e instanceof Error ? e.message : e)}`);