From 08b3c3a9cc8d649da3b7fd5ae7fb812380222409 Mon Sep 17 00:00:00 2001 From: Piotr Suwala Date: Wed, 1 Nov 2023 16:10:49 +0100 Subject: [PATCH] feat(lib): remove logs --- lib/src/MessagePartsUtils.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/src/MessagePartsUtils.ts b/lib/src/MessagePartsUtils.ts index 51f7c2d..9dd699e 100644 --- a/lib/src/MessagePartsUtils.ts +++ b/lib/src/MessagePartsUtils.ts @@ -90,7 +90,6 @@ export class MessagePartsUtils { link: textLinks[relevantIndex].link, substring, }) - spacesSoFar += 0 return } if (allIndices.filter((index) => !endIndices.includes(index)).includes(i)) { @@ -139,9 +138,6 @@ export class MessagePartsUtils { }, }) } - // console.log("resultWithTextLinks", resultWithTextLinks) - // console.log("word?", word) - // console.log("next word", splitText[index + 1]) arrayOfTextElements.push({ type: "text", content: {