remove debug output
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
2952f1feb1
commit
d91a71fb51
@ -387,7 +387,6 @@ ReturnValue_t GpsHyperionLinuxController::handleCoreTelemetry(bool modeIsSet) {
|
|||||||
|
|
||||||
ReturnValue_t GpsHyperionLinuxController::handleSkyviewTelemetry() {
|
ReturnValue_t GpsHyperionLinuxController::handleSkyviewTelemetry() {
|
||||||
PoolReadGuard pg(&skyviewSet);
|
PoolReadGuard pg(&skyviewSet);
|
||||||
sif::debug << sizeof(gps.skyview[0].PRN) << std::endl;
|
|
||||||
if (pg.getReadResult() != returnvalue::OK) {
|
if (pg.getReadResult() != returnvalue::OK) {
|
||||||
return returnvalue::FAILED;
|
return returnvalue::FAILED;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user