mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
wallet_api: fix logging init via api
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user