diff --git a/src/scripting.c b/src/scripting.c index 54f0172d..d571cdb3 100644 --- a/src/scripting.c +++ b/src/scripting.c @@ -1302,7 +1302,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); } }