apply review comments

This commit is contained in:
imperosol
2025-09-27 16:02:36 +02:00
parent eadf74604c
commit 24e1ad6dc8
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ document.addEventListener("alpine:init", () => {
this.$watch("basket", () => {
this.saveBasket();
});
console.log(lastPurchaseTime);
console.log(localStorage.basketTimestamp);
// Invalidate basket if a purchase was made
if (lastPurchaseTime !== null && localStorage.basketTimestamp !== undefined) {
if (