Skip to content

Commit 4d1a865

Browse files
authored
remove console.log (#2083)
1 parent c473c5f commit 4d1a865

File tree

1 file changed

+0
-1
lines changed
  • packages/search/lib/commands

1 file changed

+0
-1
lines changed

packages/search/lib/commands/INFO.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ interface InfoReply {
124124
}
125125

126126
export function transformReply(rawReply: InfoRawReply): InfoReply {
127-
console.log(rawReply);
128127
return {
129128
indexName: rawReply[1],
130129
indexOptions: rawReply[3],

0 commit comments

Comments
 (0)