Commit f5408ec2 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #373 from jean-m-cyr/config

Don't flood log with debug info
parents e87936cc af3ace3b
......@@ -2611,7 +2611,7 @@ void UAS::requestParameter(int component, const QString& parameter)
read.target_component = component;
mavlink_msg_param_request_read_encode(mavlink->getSystemId(), mavlink->getComponentId(), &msg, &read);
sendMessage(msg);
qDebug() << __FILE__ << __LINE__ << "REQUESTING PARAM RETRANSMISSION FROM COMPONENT" << component << "FOR PARAM NAME" << parameter;
//qDebug() << __FILE__ << __LINE__ << "REQUESTING PARAM RETRANSMISSION FROM COMPONENT" << component << "FOR PARAM NAME" << parameter;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment