Browse Source

land_detector: remove leftover printf (#5178)

sbg
Julian Oes 9 years ago committed by Lorenz Meier
parent
commit
21bc5d1716
  1. 1
      src/modules/land_detector/LandDetector.cpp

1
src/modules/land_detector/LandDetector.cpp

@ -94,7 +94,6 @@ LandDetector::_cycle_trampoline(void *arg)
void LandDetector::_cycle() void LandDetector::_cycle()
{ {
if (!_taskIsRunning) { if (!_taskIsRunning) {
PX4_INFO("we are doing the init");
// Advertise the first land detected uORB. // Advertise the first land detected uORB.
_landDetected.timestamp = hrt_absolute_time(); _landDetected.timestamp = hrt_absolute_time();
_landDetected.landed = false; _landDetected.landed = false;

Loading…
Cancel
Save