Refactor: Logging Cleanup
This commit is contained in:
parent
7a9a149955
commit
5176f99ba7
9 changed files with 37 additions and 72 deletions
|
@ -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:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue