mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 23:32:51 +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) {
|
if (marketplaceID) {
|
||||||
url = url + "/items/" + marketplaceID;
|
url = url + "/items/" + marketplaceID;
|
||||||
}
|
}
|
||||||
print("setting marketplace URL to " + url);
|
|
||||||
marketplaceWindow.setURL(url);
|
marketplaceWindow.setURL(url);
|
||||||
marketplaceWindow.setVisible(true);
|
marketplaceWindow.setVisible(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue