diff --git a/target/classes/templates/pages/showInventory/showInventoryForLocation.html b/target/classes/templates/pages/showInventory/showInventoryForLocation.html index a1044dda..e402be5f 100644 --- a/target/classes/templates/pages/showInventory/showInventoryForLocation.html +++ b/target/classes/templates/pages/showInventory/showInventoryForLocation.html @@ -167,7 +167,6 @@ lis.push("
"); for (let i = 0; i < result.length; i++) { let resultElement = result[i]; - console.log(resultElement) let splitInventory = resultElement.splitInventory; let keys = Object.keys(splitInventory); let InventoryItem = "";