mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
Remove extra debug print
This commit is contained in:
parent
30c5f277a0
commit
cc7e723e07
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ function showMarketplace(marketplaceID) {
|
|||
if (marketplaceID) {
|
||||
url = url + "/items/" + marketplaceID;
|
||||
}
|
||||
print("setting marketplace URL to " + url);
|
||||
marketplaceWindow.setURL(url);
|
||||
marketplaceWindow.setVisible(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue