Skip to content

Commit fc87411

Browse files
authored
remove console.log
1 parent d1a388a commit fc87411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/search/lib/commands/SEARCH.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export function transformArguments(
7171
export type SearchRawReply = Array<any>;
7272

7373
export function transformReply(reply: SearchRawReply): SearchReply {
74-
console.log(reply);
7574
const documents = [];
7675
let i = 1;
7776
while (i < reply.length) {

0 commit comments

Comments
 (0)