全局:清理部分console
This commit is contained in:
@@ -606,7 +606,7 @@ export class Rank {
|
||||
if (this.isUnion) {
|
||||
key = await this.generateUnionRank();
|
||||
}
|
||||
console.log('**getMyRank',key, this.composeFields(this.key, myId), this.key, myId)
|
||||
// console.log('**getMyRank',key, this.composeFields(this.key, myId), this.key, myId)
|
||||
let myRank = await redisClient().zrevrankAsync(key, this.composeFields(this.key, myId));
|
||||
if(!myRank && myRank != 0) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user