mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Logging: removed password logging
This commit is contained in:
parent
e287ce88bc
commit
86a6bfbff1
1 changed files with 2 additions and 1 deletions
3
main.qml
3
main.qml
|
@ -143,7 +143,8 @@ ApplicationWindow {
|
|||
connectWallet(wizard.settings['wallet'])
|
||||
} else {
|
||||
var wallet_path = walletPath();
|
||||
console.log("opening wallet at: ", wallet_path, "with password: ", appWindow.password);
|
||||
// console.log("opening wallet at: ", wallet_path, "with password: ", appWindow.password);
|
||||
console.log("opening wallet at: ", wallet_path);
|
||||
walletManager.openWalletAsync(wallet_path, appWindow.password,
|
||||
persistentSettings.testnet);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue