diff --git a/electrum/gui/qml/components/GenericShareDialog.qml b/electrum/gui/qml/components/GenericShareDialog.qml index 2b1357301..8416a3e00 100644 --- a/electrum/gui/qml/components/GenericShareDialog.qml +++ b/electrum/gui/qml/components/GenericShareDialog.qml @@ -113,7 +113,6 @@ ElDialog { Connections { target: dialog.enter function onRunningChanged() { - console.log('dialog open animation running changed: ' + dialog.enter.running) if (!dialog.enter.running) { qr.render = true }