Removing log statement

This commit is contained in:
Andrew Kingston 2021-11-22 14:09:54 +00:00
parent 6f37fc27e1
commit 067e5d3a7d
1 changed files with 0 additions and 1 deletions

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")