From a5aeea4d0426581ef40d93448a9b736bdd67ebc1 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Mon, 23 Jun 2014 11:39:09 +0100 Subject: [PATCH] maa: remove unnecessary printing Signed-off-by: Thomas Ingleby --- src/maa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maa.c b/src/maa.c index 4c09c83..330f3b4 100644 --- a/src/maa.c +++ b/src/maa.c @@ -386,7 +386,6 @@ maa_swap_complex_gpio(int pin, int out) switch (platform_type) { case MAA_INTEL_GALILEO_GEN2: - printf("Intel Galileo Gen 2\n"); if (plat->pins[pin].gpio.complex_cap.complex_pin != 1) return MAA_SUCCESS; if (plat->pins[pin].gpio.complex_cap.output_en == 1) { -- 2.7.4