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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user