AP_HAL_VRBRAIN: remove debug print when SPI device not found

This commit is contained in:
Randy Mackay 2018-12-06 13:40:59 +09:00 committed by Andrew Tridgell
parent 07849117fb
commit 1f55fd9f0d
1 changed files with 0 additions and 1 deletions

View File

@ -298,7 +298,6 @@ SPIDeviceManager::get_device(const char *name)
}
}
if (device_table[i].name == nullptr) {
printf("SPI: Invalid device name: %s\n", name);
return AP_HAL::OwnPtr<AP_HAL::SPIDevice>(nullptr);
}