Fix: remove debug statement
This commit is contained in:
parent
6da58254bc
commit
57d582e265
1 changed files with 0 additions and 2 deletions
|
|
@ -270,8 +270,6 @@ async def conditions_patch(request: Request, encoder: Encoder) -> Response:
|
||||||
|
|
||||||
dct = validated.model_dump(exclude_unset=True)
|
dct = validated.model_dump(exclude_unset=True)
|
||||||
|
|
||||||
LOG.info(f"Patching Condition '{model.id}' with data: {data!s} - validated: {dct!s}")
|
|
||||||
|
|
||||||
return web.json_response(
|
return web.json_response(
|
||||||
data=_serialize(await service._repo.update(model.id, dct)),
|
data=_serialize(await service._repo.update(model.id, dct)),
|
||||||
status=web.HTTPOk.status_code,
|
status=web.HTTPOk.status_code,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue