From 1fe2efa39933ad45e50737b13583364254eb000c Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Mon, 4 Sep 2017 09:37:23 +0200 Subject: [PATCH] nbhw16: shield: don't print no shield bd found in production code --- board/nm/netbird_v2/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/nm/netbird_v2/board.c b/board/nm/netbird_v2/board.c index b5ecb85fe2..302fdc9a82 100644 --- a/board/nm/netbird_v2/board.c +++ b/board/nm/netbird_v2/board.c @@ -575,7 +575,7 @@ static void shield_config(void) int shield_id = bd_get_shield(0); if (shield_id < 0) { - printf("No shield found in bd\n"); + debug("No shield found in bd\n"); return; }