diff --git a/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies.cs b/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies.cs index bcda5bdae..91c933900 100644 --- a/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies.cs +++ b/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies.cs @@ -139,8 +139,6 @@ public async Task Als_ik_een_oud_bericht_update_komt_deze_bovenaan() var orderOnPageAfterMessageUpdate = new Dictionary(); for (var index = 0; index < await allArticles.CountAsync(); index++) { - - Console.WriteLine("loop2 " + index); var element = allArticles.Nth(index); var innerHtml = await element.InnerTextAsync();