Skip to content

Commit e6840a1

Browse files
committed
Remove debugger
1 parent fce3533 commit e6840a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Endpoints/test/EndpointHtmlRendererTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System.Diagnostics;
54
using System.Text.Encodings.Web;
65
using System.Text.Json;
76
using System.Text.RegularExpressions;
@@ -147,7 +146,6 @@ public async Task CanPreload_WebAssembly_ResourceAssets()
147146
await renderer.Dispatcher.InvokeAsync(() => result.WriteTo(writer, HtmlEncoder.Default));
148147

149148
// Assert
150-
Debugger.Launch();
151149
var output = writer.ToString();
152150

153151
Assert.Contains("href=\"first.js\"", output);

0 commit comments

Comments
 (0)