1
mirror of https://github.com/monero-project/monero-gui synced 2024-09-22 17:00:04 +02:00

Logging: removed password logging

This commit is contained in:
Ilya Kitaev 2016-09-23 00:07:12 +03:00
parent e287ce88bc
commit 86a6bfbff1

View File

@ -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);
}