Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed May 16, 2024
1 parent c97669e commit 65f58de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plantcv/annotate/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def correct_mask(self, bin_img, bin_img_recover):
new_points = []
for i, (x, y) in enumerate(self.coords[names]):
if i not in unrecovered_ids:
print("line_hit")
new_points.append((x, y))
self.coords[names] = new_points

Expand Down

0 comments on commit 65f58de

Please sign in to comment.