mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 07:42:39 +00:00
Remove debugging line
This commit is contained in:
@@ -72,7 +72,6 @@ export function updateHistory(brew) {
|
|||||||
|
|
||||||
// If slot has expired, update
|
// If slot has expired, update
|
||||||
if(new Date() >= new Date(storedVersion.expireAt)){
|
if(new Date() >= new Date(storedVersion.expireAt)){
|
||||||
console.log('Expired slot: ', slot);
|
|
||||||
const keys = Array.from(Array(slot - 1).keys());
|
const keys = Array.from(Array(slot - 1).keys());
|
||||||
keys.toReversed().every((n)=>{
|
keys.toReversed().every((n)=>{
|
||||||
const num = n + 1;
|
const num = n + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user