mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Merge pull request #6010 from mempool/nymkappa/remove-console-log
remove console.log
This commit is contained in:
commit
4bb1ca6d11
1 changed files with 0 additions and 1 deletions
|
|
@ -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)}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue