Skip to content

Commit 48be4f3

Browse files
modules: location: fix log message
Duplicate log message. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 0a0a41d commit 48be4f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/modules/location/location.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ void trigger_location_update(void)
114114
{
115115
int err;
116116

117-
LOG_DBG("location library initialized");
118-
119117
err = location_request(NULL);
120118
if (err == -EBUSY) {
121119
LOG_WRN("Location request already in progress");

0 commit comments

Comments
 (0)