Skip to content

Commit d3de33a

Browse files
trantanenSeppoTakalo
authored andcommitted
app: Remove distracting "Time limit reached" log
Removing a log when idle timer elapses as this spams the log in some cases. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent b3fc346 commit d3de33a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/sm_at_host.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,6 @@ static void idle_timer_handler(struct k_timer *timer)
16841684
{
16851685
struct sm_at_host_ctx *ctx = CONTAINER_OF(timer, struct sm_at_host_ctx, idle_timer);
16861686

1687-
LOG_DBG("Time limit reached");
16881687
sm_at_host_event_notify(ctx, SM_EVENT_URC);
16891688
}
16901689

0 commit comments

Comments
 (0)