diff --git a/packages/app-mobile/components/NoteEditor/CodeMirror/testUtil/createEditor.ts b/packages/app-mobile/components/NoteEditor/CodeMirror/testUtil/createEditor.ts index 2c01accef..562c46f28 100644 --- a/packages/app-mobile/components/NoteEditor/CodeMirror/testUtil/createEditor.ts +++ b/packages/app-mobile/components/NoteEditor/CodeMirror/testUtil/createEditor.ts @@ -48,10 +48,10 @@ const createEditor = async ( }); if (sawExpectedTagCount < expectedSyntaxTreeTags.length) { - const missingTags = expectedSyntaxTreeTags.filter(tagName => { - return !seenTags.has(tagName); - }); - console.warn(`Didn't find all expected tags. Missing ${missingTags}. Retrying...`); + // const missingTags = expectedSyntaxTreeTags.filter(tagName => { + // return !seenTags.has(tagName); + // }); + // console.warn(`Didn't find all expected tags. Missing ${missingTags}. Retrying...`); await new Promise(resolve => { setTimeout(resolve, 500);