Removed verbose print

This commit is contained in:
Lorenz Meier
2014-04-22 10:26:26 +02:00
parent 2ecaab98f9
commit bd637697e4
@@ -920,6 +920,7 @@ FixedwingEstimator::task_main()
struct home_position_s home;
orb_copy(ORB_ID(home_position), _home_sub, &home);
warnx("HOME SET");
double lat = home.lat;
double lon = home.lon;