diff --git a/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp b/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp index 751c08482c..4408c6d4aa 100644 --- a/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp +++ b/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp @@ -169,6 +169,5 @@ int fputc(int c, FILE *stream) int putchar(int character) { - PX4_ERR("Error: Calling unresolved symbol stub:[%s]", __FUNCTION__); return character; }