remove excesive logging

This commit is contained in:
MathMan05
2024-11-18 12:34:44 -06:00
parent a827ed102b
commit 50941d0001
2 changed files with 0 additions and 2 deletions

View File

@@ -960,7 +960,6 @@ function getTextNodeAtPosition(root: Node, index: number):{
}
if(lastElm){
const position=(lastElm.textContent as string).length;
console.log(lastElm,lastElm.childNodes,root,position);
return{
node: lastElm,
position