mirror of
https://github.com/monero-project/monero.git
synced 2025-05-19 21:30:22 -04:00
Merge pull request #1747
26bd7aac
wallet_api: fix logging init via api (moneromooo-monero)
This commit is contained in:
commit
50fadea8fa
3 changed files with 6 additions and 1 deletions
|
@ -451,7 +451,6 @@ WalletManager *WalletManagerFactory::getWalletManager()
|
|||
static WalletManagerImpl * g_walletManager = nullptr;
|
||||
|
||||
if (!g_walletManager) {
|
||||
mlog_configure("monero-wallet-gui.log", false);
|
||||
g_walletManager = new WalletManagerImpl();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue