Skip to content

Commit

Permalink
feat(lib): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Nov 1, 2023
1 parent 6d718fe commit 08b3c3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/MessagePartsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export class MessagePartsUtils {
link: textLinks[relevantIndex].link,
substring,
})
spacesSoFar += 0
return
}
if (allIndices.filter((index) => !endIndices.includes(index)).includes(i)) {
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 08b3c3a

Please sign in to comment.