Merge pull request #2848 from badboy/removed-printf

Remove printf
This commit is contained in:
Salvatore Sanfilippo 2015-11-09 18:06:41 +01:00
commit c950facf43

View File

@ -1302,7 +1302,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);
} }
} }