remove excesive logging
This commit is contained in:
parent
a827ed102b
commit
50941d0001
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue