Remove printf

This commit is contained in:
Jan-Erik Rediger 2015-11-04 11:48:14 +01:00
parent 30b324698f
commit 35afefc7cb

View File

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