mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
remove duplicated line
This commit is contained in:
parent
7414bf0d9a
commit
a726b01263
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ Rectangle {
|
|||
itemNameText.text = message.params.itemName;
|
||||
itemAuthorText.text = message.params.itemAuthor;
|
||||
itemPriceText.text = message.params.itemPrice;
|
||||
itemId = message.params.itemId;
|
||||
break;
|
||||
default:
|
||||
console.log('Unrecognized message from marketplaces.js:', JSON.stringify(message));
|
||||
|
|
Loading…
Reference in a new issue