diff --git a/backend/src/api/services/wallets.ts b/backend/src/api/services/wallets.ts index b7f81af92..95e6e488e 100644 --- a/backend/src/api/services/wallets.ts +++ b/backend/src/api/services/wallets.ts @@ -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)}`);