0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 22:42:41 +00:00

Remove debugging line

This commit is contained in:
G.Ambatte
2024-09-07 13:10:36 +12:00
parent 87ba4ee264
commit 6ed6b6d66f

View File

@@ -72,7 +72,6 @@ export function updateHistory(brew) {
// If slot has expired, update
if(new Date() >= new Date(storedVersion.expireAt)){
console.log('Expired slot: ', slot);
const keys = Array.from(Array(slot - 1).keys());
keys.toReversed().every((n)=>{
const num = n + 1;