From 38412993d64c4b6012cd2aeb27cd8a93c08780da Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Mon, 25 May 2015 19:09:28 +0100 Subject: [PATCH] fw_att_control: don't brag about being running --- src/modules/fw_att_control/fw_att_control_main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/fw_att_control/fw_att_control_main.cpp b/src/modules/fw_att_control/fw_att_control_main.cpp index fb6f74f357..c5a4ea6d15 100644 --- a/src/modules/fw_att_control/fw_att_control_main.cpp +++ b/src/modules/fw_att_control/fw_att_control_main.cpp @@ -619,11 +619,6 @@ FixedwingAttitudeControl::task_main_trampoline(int argc, char *argv[]) void FixedwingAttitudeControl::task_main() { - - /* inform about start */ - warnx("Initializing.."); - fflush(stdout); - /* * do subscriptions */