Skip to content

Commit

Permalink
ADCM-6292 Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Araslanov Egor committed Jan 23, 2025
1 parent 090cf37 commit 122b505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adcm_aio_client/config/_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def _set(self: Self, *, value: bool) -> Self:
# we assume that this element is a structure,
# so we have to (de)sync it
closest_attribute = self._find_closest_attribute(self._name)
print(closest_attribute)
if closest_attribute is None or not self._schema.is_group(closest_attribute):
# it's not a structure-based group
raise
Expand Down

0 comments on commit 122b505

Please sign in to comment.