From ab1da95f9684dd10c51fb4d90d744a7494093f6c Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Mon, 19 Dec 2022 22:47:27 -0700 Subject: [PATCH] Remove excess message --- src/motionplus.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/motionplus.cpp b/src/motionplus.cpp index a8bef77d..ced9d983 100644 --- a/src/motionplus.cpp +++ b/src/motionplus.cpp @@ -560,9 +560,6 @@ static int motion_check_threadcount(ctx_motapp *motapp) if (((thrdcnt == 0) && motapp->finish_all) || ((thrdcnt == 0) && (motapp->threads_running == 0))) { - MOTION_LOG(ALL, TYPE_ALL, NO_ERRNO - ,_("DEBUG-1 threads_running %d thrdcnt %d , finish %d") - ,motapp->threads_running, thrdcnt, motapp->finish_all); return 1; } else { return 0;