Commit 9d89e99c authored by antirez's avatar antirez
Browse files

no longer useful debugging printf removed

parent 996d503d
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment