aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorSimon Wilks <sjwilks@gmail.com>2015-01-20 22:28:58 +0100
committerSimon Wilks <sjwilks@gmail.com>2015-01-20 22:28:58 +0100
commitb8b0d1d4ae3c7ced44eb1a6c394ee5877803c309 (patch)
tree9ba996b2a5ff090ef676591b4e9fd33f621a3224 /src/modules
parent81082c4119c715d4b8e22040052115ecbff6cc4d (diff)
downloadpx4-firmware-b8b0d1d4ae3c7ced44eb1a6c394ee5877803c309.tar.gz
px4-firmware-b8b0d1d4ae3c7ced44eb1a6c394ee5877803c309.tar.bz2
px4-firmware-b8b0d1d4ae3c7ced44eb1a6c394ee5877803c309.zip
Remove a noisy debugging statement.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/commander/commander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commander/commander.cpp b/src/modules/commander/commander.cpp
index adf1b0950..247a2c5b8 100644
--- a/src/modules/commander/commander.cpp
+++ b/src/modules/commander/commander.cpp
@@ -1457,7 +1457,7 @@ int commander_thread_main(int argc, char *argv[])
if (updated) {
orb_copy(ORB_ID(subsystem_info), subsys_sub, &info);
- warnx("subsystem changed: %d\n", (int)info.subsystem_type);
+ //warnx("subsystem changed: %d\n", (int)info.subsystem_type);
/* mark / unmark as present */
if (info.present) {