mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +02:00
Remove extra console.log.
This commit is contained in:
parent
d5cbcbffcc
commit
05feab6bc1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ var inventorySettings;
|
|||
function onWebAppEventReceived(event) {
|
||||
var eventJSON = JSON.parse(event);
|
||||
if (eventJSON.app == "inventory") { // This is our web app!
|
||||
print("inventory.js received a web event: " + event);
|
||||
// print("inventory.js received a web event: " + event);
|
||||
|
||||
if (eventJSON.command == "ready") {
|
||||
initializeInventoryApp();
|
||||
|
|
Loading…
Reference in a new issue