remove printf in launchdetector

This commit is contained in:
Thomas Gubler 2014-02-01 16:06:09 +01:00
parent b1539d8a74
commit aa5d8a8732
1 changed files with 0 additions and 4 deletions

View File

@ -83,14 +83,10 @@ bool LaunchDetector::getLaunchDetected()
void LaunchDetector::updateParams() {
warnx(" LaunchDetector::updateParams()");
launchdetection_on.update();
throttlePreTakeoff.update();
for (uint8_t i = 0; i < sizeof(launchMethods)/sizeof(LaunchMethod); i++) {
launchMethods[i]->updateParams();
warnx("updating component %d", i);
}
warnx(" LaunchDetector::updateParams() ended");
}