Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Oct 8, 2024
1 parent fc991f6 commit b807c4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/Controllers/BoreholeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public BoreholeController(BdmsContext context, ILogger<BoreholeController> logge
[Authorize(Policy = PolicyNames.Viewer)]
public async override Task<ActionResult<Borehole>> EditAsync(Borehole entity)
{
Logger.LogInformation("Put borehole");

if (entity == null)
{
return BadRequest(ModelState);
Expand Down

0 comments on commit b807c4a

Please sign in to comment.