From 8af62f0a2ed2923c3418cd5f8eea01cd43c65b04 Mon Sep 17 00:00:00 2001 From: Giacomo Dematteis Date: Wed, 2 Apr 2025 15:45:09 +0200 Subject: [PATCH] modules: location: fix log message Duplicate log message. Signed-off-by: Giacomo Dematteis --- app/src/modules/location/location.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/modules/location/location.c b/app/src/modules/location/location.c index aeafe28a..2b64789c 100644 --- a/app/src/modules/location/location.c +++ b/app/src/modules/location/location.c @@ -114,8 +114,6 @@ void trigger_location_update(void) { int err; - LOG_DBG("location library initialized"); - err = location_request(NULL); if (err == -EBUSY) { LOG_WRN("Location request already in progress");