Remove a noisy debugging statement.

This commit is contained in:
Simon Wilks 2015-01-20 22:28:58 +01:00
parent 81082c4119
commit b8b0d1d4ae
1 changed files with 1 additions and 1 deletions

View File

@ -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) {