Commit 2e5901d6540281de5e932254cce59538c109a308

Authored by Ji Luo
1 parent 8e1279fcab

MA-17246 Remove debug log for mx7ulp

Remove redundant debug log for imx7ulp.

Change-Id: I6839cafe1d53ba071f97e7aa4caff7ff5d2f633c
Signed-off-by: Ji Luo <ji.luo@nxp.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

board/freescale/mx7ulp_evk/mx7ulp_evk.c
... ... @@ -259,7 +259,6 @@
259 259 break;
260 260 } else if (is_vol_key_pressed()) {
261 261 focus++;
262   - printf("\nfocus is %d\n", focus);
263 262 if (focus > 3)
264 263 focus = 0;
265 264 mdelay(400);