mirror of
https://github.com/fluencelabs/redis
synced 2025-04-22 09:02:13 +00:00
Remove printf
This commit is contained in:
parent
30b324698f
commit
35afefc7cb
@ -1199,7 +1199,6 @@ void evalGenericCommand(client *c, int evalsha) {
|
|||||||
rewriteClientCommandArgument(c,0,
|
rewriteClientCommandArgument(c,0,
|
||||||
resetRefCount(createStringObject("EVAL",4)));
|
resetRefCount(createStringObject("EVAL",4)));
|
||||||
rewriteClientCommandArgument(c,1,script);
|
rewriteClientCommandArgument(c,1,script);
|
||||||
printf("forceCommandPropagation\n");
|
|
||||||
forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF);
|
forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user