mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Remove printf
This commit is contained in:
@@ -1199,7 +1199,6 @@ void evalGenericCommand(client *c, int evalsha) {
|
||||
rewriteClientCommandArgument(c,0,
|
||||
resetRefCount(createStringObject("EVAL",4)));
|
||||
rewriteClientCommandArgument(c,1,script);
|
||||
printf("forceCommandPropagation\n");
|
||||
forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user