mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 22:57:07 +02:00
remove console.log
This commit is contained in:
@@ -180,7 +180,6 @@ class WalletApi {
|
|||||||
|
|
||||||
// update list of treasuries
|
// update list of treasuries
|
||||||
const treasuriesResponse = await axios.get(config.MEMPOOL_SERVICES.API + `/treasuries`);
|
const treasuriesResponse = await axios.get(config.MEMPOOL_SERVICES.API + `/treasuries`);
|
||||||
console.log(treasuriesResponse.data);
|
|
||||||
this.treasuries = treasuriesResponse.data || [];
|
this.treasuries = treasuriesResponse.data || [];
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.err(`Error updating active wallets: ${(e instanceof Error ? e.message : e)}`);
|
logger.err(`Error updating active wallets: ${(e instanceof Error ? e.message : e)}`);
|
||||||
|
Reference in New Issue
Block a user