AddressBook: remove leftover code

This commit is contained in:
selsta 2020-04-16 02:08:32 +02:00
parent 8e4124f06a
commit e2c6ae6472
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -325,8 +325,6 @@ Rectangle {
if (!parsed.error) {
addressLine.text = parsed.address;
descriptionLine.text = parsed.tx_description;
} else {
addressLine.text = clipboardText;
}
}