We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b5416 commit d3caf9bCopy full SHA for d3caf9b
funscript_editor/algorithms/videotracker.py
@@ -410,7 +410,6 @@ def run(self) -> None:
410
if self.last_box_was_in_tracking_area:
411
self.last_box_was_in_tracking_area = False
412
self.last_valid_tracking_box = self.get_border_box(self.last_valid_tracking_box, bbox)
413
- self.logger.info("Determine Border Intersection with box: %s", str(self.last_valid_tracking_box))
414
bbox = self.last_valid_tracking_box
415
else:
416
0 commit comments