mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-11 16:59:01 +01: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'])
|
connectWallet(wizard.settings['wallet'])
|
||||||
} else {
|
} else {
|
||||||
var wallet_path = walletPath();
|
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,
|
walletManager.openWalletAsync(wallet_path, appWindow.password,
|
||||||
persistentSettings.testnet);
|
persistentSettings.testnet);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user