From 790a00d8a66c3ea187adc86b67868eed3797761e Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 6 Dec 2018 13:40:34 +0900 Subject: [PATCH] AP_HAL_Linux: remove debug print when SPI device not found --- libraries/AP_HAL_Linux/SPIDevice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_HAL_Linux/SPIDevice.cpp b/libraries/AP_HAL_Linux/SPIDevice.cpp index 8c49f63dc5..8bf10d942c 100644 --- a/libraries/AP_HAL_Linux/SPIDevice.cpp +++ b/libraries/AP_HAL_Linux/SPIDevice.cpp @@ -449,7 +449,6 @@ SPIDeviceManager::get_device(const char *name) } if (!desc) { - printf("SPI: Invalid device name: %s\n", name); return AP_HAL::OwnPtr(nullptr); }