mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
no longer useful debugging printf removed
This commit is contained in:
parent
996d503d1a
commit
9d89e99c99
@ -994,7 +994,6 @@ int clusterNodeGetSlotBit(clusterNode *n, int slot) {
|
||||
int clusterAddSlot(clusterNode *n, int slot) {
|
||||
redisAssert(clusterNodeSetSlotBit(n,slot) == 0);
|
||||
server.cluster.slots[slot] = n;
|
||||
printf("SLOT %d added to %.40s\n", slot, n->name);
|
||||
return REDIS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user