1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-21 03:45:53 +01:00

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;
}
}