fix(logging): remove excessive logging

This commit is contained in:
Willie Zutz 2025-05-24 14:41:33 -06:00
parent 87a7ffb445
commit 6343dd5303

View file

@ -339,8 +339,6 @@ class MetaSearchAgent implements MetaSearchAgentType {
signal,
);
console.log('Ranked docs:', sortedDocs);
this.emitProgress(emitter, 100, `Done`);
return sortedDocs;
},