mirror of
https://github.com/mempool/mempool.git
synced 2025-09-20 10:00:42 +02:00
remove console.log
This commit is contained in:
@@ -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)}`);
|
||||
|
Reference in New Issue
Block a user