summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-09-03 16:23:45 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-09-03 16:23:45 +0100
commit570dd389a5d35bc66b27ba64ad18b124b60dc84b (patch)
treed0d5e9ae78d8ecbb1a323ddc99d91d361d56aa79
parent379d46dfab4175ed27121283839ffc8763a3f729 (diff)
downloadrabbitmq-server-570dd389a5d35bc66b27ba64ad18b124b60dc84b.tar.gz
forgot debug line in
-rw-r--r--src/rabbit_mirror_queue_slave.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index 5e0907be..bec9fab5 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -936,7 +936,6 @@ set_synchronised(Delta, MasterDelta, AddAnyway,
q = #amqqueue { name = QName }}) ->
Depth1 = Depth + Delta,
MasterDepth1 = MasterDepth + MasterDelta,
- io:format("depths: local depths ~p ~p master depth ~p ~p~n", [Depth, Depth1, MasterDepth, MasterDepth1]),
%% We intentionally leave out the head where a slave becomes
%% unsynchronised: we assert that can never happen.
%% The `AddAnyway' param is there since in the `depth' instruction we