1
0

qml: sweep: tone down logging

This commit is contained in:
Sander van Grieken
2024-10-08 12:19:21 +02:00
parent a8833eb650
commit fe95a5ec8f
2 changed files with 1 additions and 2 deletions

View File

@@ -146,7 +146,6 @@ ElDialog {
onClicked: {
console.log('sweeping')
root.privateKeys = sweepkeys.text
console.log(root.privateKeys)
root.accept()
}
}