fix(logging): remove excessive logging
This commit is contained in:
parent
87a7ffb445
commit
6343dd5303
1 changed files with 0 additions and 2 deletions
|
|
@ -339,8 +339,6 @@ class MetaSearchAgent implements MetaSearchAgentType {
|
||||||
signal,
|
signal,
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log('Ranked docs:', sortedDocs);
|
|
||||||
|
|
||||||
this.emitProgress(emitter, 100, `Done`);
|
this.emitProgress(emitter, 100, `Done`);
|
||||||
return sortedDocs;
|
return sortedDocs;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue