summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/SelfVerificationCheck.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/SelfVerificationCheck.qml b/resources/qml/SelfVerificationCheck.qml

index 0242a149..26af82b3 100644 --- a/resources/qml/SelfVerificationCheck.qml +++ b/resources/qml/SelfVerificationCheck.qml
@@ -254,7 +254,6 @@ Item { Layout.alignment: Qt.AlignHCenter text: qsTr("verify") onClicked: { - console.log("AAAAA"); SelfVerificationStatus.verifyMasterKey(); verifyMasterKey.close(); }