removes faulty code snippet

This commit is contained in:
Mose Mueller 2024-04-08 14:58:24 +02:00
parent 0002a97beb
commit c02a979be4

View File

@ -67,10 +67,6 @@ class IonizerServer:
# removes the "value" from name -> Ionizer does not know about the
# internals of NumberSlider
full_access_path = parent_path
if isinstance(parent_object, pydase.components.NumberSlider):
# removes the "value" from name -> Ionizer does not know about the
# internals of NumberSlider
full_access_path = parent_object
logger.debug(
"Updating Ionizer with %s", {"name": full_access_path, "value": value}