From e2277bbe2d054da40c2b28583ff476ba42675bd1 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 0a8d07fed9..165a4b48f2 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 */