From 4db26f89e50d17cfbfbfd42f53ad2de01fbb724e Mon Sep 17 00:00:00 2001 From: Jimmy Johnson Date: Sun, 24 Apr 2016 12:20:37 -0700 Subject: [PATCH] removing debug output --- src/FollowMe/FollowMe.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FollowMe/FollowMe.cc b/src/FollowMe/FollowMe.cc index 402e60eccb..9439adfe64 100644 --- a/src/FollowMe/FollowMe.cc +++ b/src/FollowMe/FollowMe.cc @@ -149,8 +149,6 @@ void FollowMe::_sendGCSMotionReport(void) follow_target.vel[0] = _motionReport.vx; follow_target.vel[1] = _motionReport.vy; - qWarning("Mavlink Sending %d %d", _motionReport.lat_int, _motionReport.lon_int); - for (int i=0; i< vehicles.count(); i++) { Vehicle* vehicle = qobject_cast(vehicles[i]); if(vehicle->flightMode().compare(PX4FirmwarePlugin::followMeFlightMode, Qt::CaseInsensitive) == 0) { -- GitLab