Commit df144d9e authored by Don Gagne's avatar Don Gagne

Remove debugging code mistakenly left in

parent 2f7fe9dd
......@@ -87,14 +87,6 @@ void ParameterLoader::_parameterUpdate(int uasId, int componentId, QString param
"value:" << value <<
")";
#if 1
// This code is handy for testing re-request logic. It drops ever other param update.
static int increment = 0;
if (increment++ & 1) {
return;
}
#endif
_dataMutex.lock();
// Restart our waiting for param timer
......
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