Skip to content

Commit d8e14fa

Browse files
authored
fix(scan): remove console.logs (#3038)
fixes #3037
1 parent 28d719d commit d8e14fa

File tree

1 file changed

+0
-2
lines changed
  • packages/client/lib/commands

1 file changed

+0
-2
lines changed

packages/client/lib/commands/SCAN.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export default {
8787
if (options?.TYPE) {
8888
parser.push('TYPE', options.TYPE);
8989
}
90-
console.log('eeeeeeeeee', parser.redisArgs)
9190
},
9291
/**
9392
* Transforms the SCAN reply into a structured object
@@ -96,7 +95,6 @@ export default {
9695
* @returns Object with cursor and keys properties
9796
*/
9897
transformReply([cursor, keys]: [BlobStringReply, ArrayReply<BlobStringReply>]) {
99-
console.log(cursor, keys)
10098
return {
10199
cursor,
102100
keys

0 commit comments

Comments
 (0)