mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Logging: removed password logging
This commit is contained in:
parent
e287ce88bc
commit
86a6bfbff1
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 New Issue
Block a user