Refactor: Logging Cleanup

This commit is contained in:
ziesorx 2025-09-24 20:39:32 +07:00
parent 7a9a149955
commit 5176f99ba7
9 changed files with 37 additions and 72 deletions

View file

@ -73,7 +73,8 @@ class StableCarValidator:
"""Update frame dimensions for zone calculations."""
self.frame_width = width
self.frame_height = height
logger.debug(f"Updated frame dimensions: {width}x{height}")
# Commented out verbose frame dimension logging
# logger.debug(f"Updated frame dimensions: {width}x{height}")
def validate_vehicle(self, vehicle: TrackedVehicle, frame_shape: Optional[Tuple] = None) -> ValidationResult:
"""