Skip to content

Commit

Permalink
Code sneak: remove property device_name from AV cam since unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalaginja committed Apr 17, 2024
1 parent 4eaeb86 commit 931c3f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions catkit2/services/allied_vision_camera/allied_vision_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ def make_property_helper(name, read_only=False):
make_property_helper('sensor_width', read_only=True)
make_property_helper('sensor_height', read_only=True)

make_property_helper('device_name', read_only=True)

self.make_command('start_acquisition', self.start_acquisition)
self.make_command('end_acquisition', self.end_acquisition)

Expand Down

0 comments on commit 931c3f8

Please sign in to comment.