From 9ac190e1e382500c150e7b671c136e4bb2e83a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Wed, 8 Nov 2023 20:41:37 +0100 Subject: [PATCH] Delete debug printout --- test/security_SUITE.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/security_SUITE.erl b/test/security_SUITE.erl index 8d0a3c27..e048ceab 100644 --- a/test/security_SUITE.erl +++ b/test/security_SUITE.erl @@ -247,7 +247,6 @@ http2_cancel_flood_helper(Config, NumStreamsPerBatch, NumBatches) -> {<<":path">>, <<"/delay_hello">>} ]), AllStreamIDs = lists:seq(1, NumBatches * NumStreamsPerBatch * 2, 2), - ct:pal("http2_cancel_flood_helper(..., ~p, ~p)", [NumStreamsPerBatch, NumBatches]), _ = lists:foldl( fun (_BatchNumber, AvailableStreamIDs) -> %% Take a bunch of IDs from the available stream IDs.