Skip to content

Commit

Permalink
remove cruff comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Oct 28, 2024
1 parent d344e23 commit e980814
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions caliscope/cameras/camera_array_initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ def _get_scored_anchored_array(self, anchor_port: int) -> tuple:
total_error_score = 0

for key, data in self.config.items():
# NOTE: commenting out second conditional check below. If you come back to this in a month and
# things haven't been breaking, then just delete all these comments.
if key.startswith("cam_"): # and not self.config[key]["ignore"]:
port = data["port"]
size = data["size"]
Expand Down

0 comments on commit e980814

Please sign in to comment.