Merge pull request #1747

26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2017-02-21 11:28:58 +02:00
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();
}