Stop logging end marker

This commit is contained in:
Sam Carlton 2020-11-20 12:39:18 -06:00
parent 7ceabf3a42
commit 334cd6842e

View file

@ -71,9 +71,9 @@ export default async function () {
// JSON.stringify(Token).includes('end-of-list')
const matches = Token.content.includes('end-of-list')
if (matches) {
console.log('Token', Token)
}
// if (matches) {
// console.log('Token', Token)
// }
return matches
})