wallet_api: fix logging init via api

This commit is contained in:
moneromooo-monero 2017-02-18 20:44:23 +00:00
parent 3f171b931f
commit 26bd7aac03
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 6 additions and 1 deletions

View file

@ -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();
}