diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-10-13 12:37:55 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-10-13 12:37:55 -0500 |
| commit | 7cb24f50b8676748212e57017b043ba1e7b08033 (patch) | |
| tree | b8376d68af73d3c0e84743128bb36460bf3b4a6f /wizard | |
| parent | 8c5891e28a49e99f1bb2c68e667fda7d72e8e2c7 (diff) | |
| parent | 8ad5fd4c7672125302140539eb4a2f7ed9e0ad87 (diff) | |
| download | monzero-gui-7cb24f50b8676748212e57017b043ba1e7b08033.tar.gz monzero-gui-7cb24f50b8676748212e57017b043ba1e7b08033.tar.xz monzero-gui-7cb24f50b8676748212e57017b043ba1e7b08033.zip | |
Merge pull request #3143
8ad5fd4 main: wizard: console.log fixes (selsta)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardHome.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizard/WizardHome.qml b/wizard/WizardHome.qml index 589ec6c0..a7cb8834 100644 --- a/wizard/WizardHome.qml +++ b/wizard/WizardHome.qml @@ -222,7 +222,6 @@ Rectangle { validator: IntValidator { bottom: 1 } text: persistentSettings.kdfRounds ? persistentSettings.kdfRounds : "1" onTextChanged: { - console.log('x'); kdfRoundsText.text = persistentSettings.kdfRounds = parseInt(kdfRoundsText.text) >= 1 ? parseInt(kdfRoundsText.text) : 1; } } |
