diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-18 20:44:23 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-18 20:44:23 +0000 |
commit | 26bd7aac033792a280d115a841757fb215c66fcc (patch) | |
tree | 8d9581b5ecdb00117b285c07675b4b7d02921538 /src/wallet/api/wallet_manager.cpp | |
parent | Merge pull request #1719 (diff) | |
download | monero-26bd7aac033792a280d115a841757fb215c66fcc.tar.xz |
wallet_api: fix logging init via api
Diffstat (limited to 'src/wallet/api/wallet_manager.cpp')
-rw-r--r-- | src/wallet/api/wallet_manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.cpp b/src/wallet/api/wallet_manager.cpp index 4104e7884..733b2e487 100644 --- a/src/wallet/api/wallet_manager.cpp +++ b/src/wallet/api/wallet_manager.cpp @@ -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(); } |