Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale authored Jan 4, 2023
1 parent d1a388a commit fc87411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/search/lib/commands/SEARCH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export function transformArguments(
export type SearchRawReply = Array<any>;

export function transformReply(reply: SearchRawReply): SearchReply {
console.log(reply);
const documents = [];
let i = 1;
while (i < reply.length) {
Expand Down

0 comments on commit fc87411

Please sign in to comment.