Skip to content

Commit 017d907

Browse files
modules: location: fix log message
Duplicate log message. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 844b506 commit 017d907

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/modules/location/location.c

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

117-
LOG_DBG("location library initialized");
118117

119118
err = location_request(NULL);
120119
if (err == -EBUSY) {

0 commit comments

Comments
 (0)