Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag committed Aug 14, 2023
1 parent 7c1eef1 commit 2ac51be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion yaqc_bluesky/_base.py
Expand Up @@ -26,7 +26,6 @@ def __init__(self, yaq_client, *, name=None):
if key in ["destination", "position"]:
continue
if prop.type not in ["double"]:

continue
self.children.append(PropertyDevice(self, key))
if not hasattr(self, key): # don't overwrite please
Expand Down
1 change: 0 additions & 1 deletion yaqc_bluesky/_property.py
Expand Up @@ -12,7 +12,6 @@
class PropertyDevice(object):

def __init__(self, parent, name):
print(parent, name)
self.parent = parent
self.name = name
self._yaq_property = self.parent.yaq_client.properties[self.name]
Expand Down

0 comments on commit 2ac51be

Please sign in to comment.