Skip to content

Commit 2b1733c

Browse files
committed
removed clock hud component click traces
1 parent efacddc commit 2b1733c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

userland/apps/stlxdm/src/stlxdm_hud_clock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ int stlxdm_hud_clock_handle_click(stlxdm_hud_component_t* comp, int32_t click_x,
9999

100100
// Clock component doesn't handle clicks for now
101101
// Could be extended to show date, timezone, etc.
102-
printf("[STLXDM_HUD_CLOCK] Clock clicked at (%d, %d)\n", click_x, click_y);
103102

104103
return 0; // Click handled
105104
}

0 commit comments

Comments
 (0)