diff --git a/electrum/gui/qml/components/WalletMainView.qml b/electrum/gui/qml/components/WalletMainView.qml index dee814555..776264432 100644 --- a/electrum/gui/qml/components/WalletMainView.qml +++ b/electrum/gui/qml/components/WalletMainView.qml @@ -281,9 +281,6 @@ Item { var dialog = app.messageDialog.createObject(app, {text: error}) dialog.open() } - } - Connections { - target: Daemon.currentWallet function onOtpRequested() { console.log('OTP requested') var dialog = otpDialog.createObject(mainView)