Skip to content

Commit b807c4a

Browse files
Remove debug log
1 parent fc991f6 commit b807c4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/Controllers/BoreholeController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public BoreholeController(BdmsContext context, ILogger<BoreholeController> logge
2222
[Authorize(Policy = PolicyNames.Viewer)]
2323
public async override Task<ActionResult<Borehole>> EditAsync(Borehole entity)
2424
{
25-
Logger.LogInformation("Put borehole");
26-
2725
if (entity == null)
2826
{
2927
return BadRequest(ModelState);

0 commit comments

Comments
 (0)