From 89f0d01b393eb069131d72b0bffe207f1737c688 Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Sat, 26 Nov 2022 20:27:08 -0700 Subject: [PATCH] Remove excess debug messages --- src/motion_loop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/motion_loop.cpp b/src/motion_loop.cpp index 7fd9d1bc..ab5dfd40 100644 --- a/src/motion_loop.cpp +++ b/src/motion_loop.cpp @@ -1211,7 +1211,7 @@ static void mlp_actions(ctx_cam *cam) if (cam->info_sdev_max < cam->current_image->location.stddev_xy ) { cam->info_sdev_max = cam->current_image->location.stddev_xy; } - + /* MOTION_LOG(DBG, TYPE_ALL, NO_ERRNO , "dev_x %d dev_y %d dev_xy %d, diff %d ratio %d" , cam->current_image->location.stddev_x @@ -1219,7 +1219,7 @@ static void mlp_actions(ctx_cam *cam) , cam->current_image->location.stddev_xy , cam->current_image->diffs , cam->current_image->diffs_ratio); - + */ } if ((cam->conf->emulate_motion || cam->event_user) && (cam->startup_frames == 0)) {