Remove extra console.log.

This commit is contained in:
Kasen IO 2020-04-10 03:23:46 -04:00
parent d5cbcbffcc
commit 05feab6bc1

View file

@ -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();