Skip to content

Commit

Permalink
removed debugger attaching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarke234 committed Jan 26, 2024
1 parent 0dc7856 commit 0c7d57a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Dfe.EarlyYearsQualification.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

var app = builder.Build();

System.Diagnostics.Debugger.Launch();

// Configure the HTTP request pipeline.
if (!app.Environment.IsDevelopment())
{
Expand Down

0 comments on commit 0c7d57a

Please sign in to comment.