fix: hide debug print
This commit is contained in:
parent
dd2d8f3c34
commit
0e9a221728
@ -34,7 +34,7 @@ export const parseExpirationPrefix = (title: string): [string, string] => {
|
||||
const match = title.match(EXPIRATION_DATE_REGEX)
|
||||
|
||||
if (match && match[1]) {
|
||||
console.log(`[UTIL] Extracted expiration prefix: '${match[1]}'`)
|
||||
// console.log(`[UTIL] Extracted expiration prefix: '${match[1]}'`)
|
||||
// return [clean title, expiration prefix]
|
||||
return [match[2], match[1]]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user