summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-11-24 16:47:20 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-11-24 16:47:20 +0300
commit6a08e143e94401bed05265975ef70242e5895977 (patch)
tree9aa32cf4d5630931284816451065d1c0d5e9250a
parent6d545447b98501577bfceaaf8186bd3091f88257 (diff)
downloadrabbitmq-server-git-6a08e143e94401bed05265975ef70242e5895977.tar.gz
quorum_queue_SUITE: drop a debug line
-rw-r--r--deps/rabbit/test/quorum_queue_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/rabbit/test/quorum_queue_SUITE.erl b/deps/rabbit/test/quorum_queue_SUITE.erl
index c133307bf7..5045d89340 100644
--- a/deps/rabbit/test/quorum_queue_SUITE.erl
+++ b/deps/rabbit/test/quorum_queue_SUITE.erl
@@ -2809,7 +2809,6 @@ cancel_consumer_gh_3729(Config) ->
#'queue.declare_ok'{queue = QQ,
message_count = MC,
consumer_count = CC} = amqp_channel:call(Ch, D),
- ct:pal("MC ~w CC ~w", [MC, CC]),
MC =:= 1 andalso CC =:= 0
end,
wait_until(F),