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

@ -1918,7 +1918,6 @@ class Localuser{
this.MDSearchOptions(map,orginal); this.MDSearchOptions(map,orginal);
} }
search(str:string,pre:boolean){ search(str:string,pre:boolean){
console.log(str);
if(!pre){ if(!pre){
const match=str.match(this.autofillregex); const match=str.match(this.autofillregex);

View file

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