feat: remove console.table debug statements from InventoryPage

This commit is contained in:
THIS ONE IS A LITTLE BIT TRICKY KRUB 2025-04-04 14:14:29 +07:00
parent ea214e3cf1
commit 186ad164e2

View File

@ -94,7 +94,7 @@ export default function InventoryPage() {
staleTime: 60 * 1000,
});
//////////////////////////////
console.table(inventoryItems);
// console.table(inventoryItems);
// console.table(inventoryStatus);
// console.table(harvestUnits);