remove console.log

This commit is contained in:
nymkappa
2025-08-16 20:32:33 +02:00
parent 2545ab790c
commit 71e9463a2b

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)}`);