mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Stop logging end marker
This commit is contained in:
parent
7ceabf3a42
commit
334cd6842e
1 changed files with 3 additions and 3 deletions
|
|
@ -71,9 +71,9 @@ export default async function () {
|
||||||
// JSON.stringify(Token).includes('end-of-list')
|
// JSON.stringify(Token).includes('end-of-list')
|
||||||
const matches = Token.content.includes('end-of-list')
|
const matches = Token.content.includes('end-of-list')
|
||||||
|
|
||||||
if (matches) {
|
// if (matches) {
|
||||||
console.log('Token', Token)
|
// console.log('Token', Token)
|
||||||
}
|
// }
|
||||||
|
|
||||||
return matches
|
return matches
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue