From 009a9292694491ff9eec78c024d38b0b5ca83f2e Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 12 Dec 2018 11:55:30 +0100 Subject: [PATCH] Remove debugging printf from replication.tcl test. --- tests/integration/replication.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index b61dfac1..0e50c20a 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -275,7 +275,6 @@ start_server {tags {"repl"}} { start_server {} { test "Master stream is correctly processed while the replica has a script in -BUSY state" { set slave [srv 0 client] - puts [srv 0 port] $slave config set lua-time-limit 500 $slave slaveof $master_host $master_port