mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +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) {
|
function onWebAppEventReceived(event) {
|
||||||
var eventJSON = JSON.parse(event);
|
var eventJSON = JSON.parse(event);
|
||||||
if (eventJSON.app == "inventory") { // This is our web app!
|
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") {
|
if (eventJSON.command == "ready") {
|
||||||
initializeInventoryApp();
|
initializeInventoryApp();
|
||||||
|
|
Loading…
Reference in a new issue