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);
}
search(str:string,pre:boolean){
console.log(str);
if(!pre){
const match=str.match(this.autofillregex);