mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
remove old logger statement
This commit is contained in:
parent
a1531a0a6e
commit
3e3dbcf251
@ -240,11 +240,8 @@ class PtzAutoTracker:
|
||||
else:
|
||||
if zoom > 0:
|
||||
self.onvif._zoom_absolute(camera, zoom, 1)
|
||||
self.onvif._move_relative(camera, pan, tilt, 0, 1)
|
||||
else:
|
||||
logger.debug(
|
||||
f"Not moving, pan and tilt too small: {pan}, {tilt}"
|
||||
)
|
||||
self.onvif._move_relative(camera, pan, tilt, 0, 1)
|
||||
|
||||
# Wait until the camera finishes moving
|
||||
while not self.ptz_metrics[camera]["ptz_stopped"].is_set():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user