1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

remove console.log (#2083)

This commit is contained in:
Leibale Eidelman
2022-04-18 12:28:36 -04:00
committed by GitHub
parent c473c5fcce
commit 4d1a86543b

View File

@@ -124,7 +124,6 @@ interface InfoReply {
}
export function transformReply(rawReply: InfoRawReply): InfoReply {
console.log(rawReply);
return {
indexName: rawReply[1],
indexOptions: rawReply[3],