mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Delete debug printout
This commit is contained in:
parent
23eff8ce69
commit
9ac190e1e3
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue