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

Remove console.log (#2068)

This commit is contained in:
Leibale Eidelman
2022-04-03 10:11:22 -04:00
committed by GitHub
parent a5d06937db
commit 0f65690e85

View File

@@ -487,8 +487,6 @@ export function pushSearchOptions(
args.push('DIALECT', options.DIALECT.toString()); args.push('DIALECT', options.DIALECT.toString());
} }
console.log('!@#', args);
return args; return args;
} }