You've already forked node-redis
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:
@@ -124,7 +124,6 @@ interface InfoReply {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function transformReply(rawReply: InfoRawReply): InfoReply {
|
export function transformReply(rawReply: InfoRawReply): InfoReply {
|
||||||
console.log(rawReply);
|
|
||||||
return {
|
return {
|
||||||
indexName: rawReply[1],
|
indexName: rawReply[1],
|
||||||
indexOptions: rawReply[3],
|
indexOptions: rawReply[3],
|
||||||
|
Reference in New Issue
Block a user