From 334cd6842e4e031f42e6bc4986ae71e06c6fc3b2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 20 Nov 2020 12:39:18 -0600 Subject: [PATCH] Stop logging end marker --- helpers/build-app-list.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/build-app-list.js b/helpers/build-app-list.js index fa97c38..df41cde 100644 --- a/helpers/build-app-list.js +++ b/helpers/build-app-list.js @@ -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 })