Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Mar 25, 2024
1 parent f66e76b commit cf2bfad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ protected void service(HttpServletRequest request, HttpServletResponse resp)
assertThat(connection.getResponse(), containsString(" 200 OK"));
}

cookieHistory.forEach(System.err::println);
assertThat(cookieHistory.size(), is(6));
assertThat(cookieHistory.stream().map(c -> c.getName() + "=" + c.getValue()).toList(), contains(
"name1=value1",
Expand Down

0 comments on commit cf2bfad

Please sign in to comment.