Skip to content

Commit 4c29f11

Browse files
committed
Remove break statement
1 parent b0a26e7 commit 4c29f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mvc/Mvc.ApiExplorer/src/EndpointMetadataApiDescriptionProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ private static void AddSupportedResponseTypes(
322322
Type returnType,
323323
EndpointMetadataCollection endpointMetadata)
324324
{
325-
System.Diagnostics.Debugger.Break();
326325
var responseType = returnType;
327326

328327
// We support attributes (which implement the IApiResponseMetadataProvider) interface

0 commit comments

Comments
 (0)