1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

Removing log statement

This commit is contained in:
Andrew Kingston 2021-11-22 14:09:54 +00:00
parent 6f37fc27e1
commit 067e5d3a7d

View file

@ -39,7 +39,6 @@
if (!field || !value) {
return null
}
console.log("getting extension for " + value)
let low = dayjs.utc().subtract(1, "year")
let high = dayjs.utc().add(1, "day")