diff --git a/main.qml b/main.qml index e03aec5c..4597e65c 100644 --- a/main.qml +++ b/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); }