diff --git a/src/scripting.c b/src/scripting.c index 44c8233f..f959f908 100644 --- a/src/scripting.c +++ b/src/scripting.c @@ -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); } }