mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 03:30:33 +00:00
removing garbage
This commit is contained in:
parent
6ec6be2e4c
commit
1b7b149a85
@ -819,7 +819,6 @@ std::unique_ptr<std::vector<std::unique_ptr<GNSSBlockInterface>>> GNSSBlockFacto
|
||||
if (tracking_implementation.compare(default_implementation) == 0)
|
||||
{
|
||||
tracking_implementation = configuration->property("Tracking_1B.implementation", std::string("W"));
|
||||
std::cout << "HHELLO " << tracking_implementation << std::endl;
|
||||
}
|
||||
|
||||
telemetry_decoder_implementation = configuration->property("TelemetryDecoder_Galileo.implementation", default_implementation); // DEPRECATED
|
||||
|
Loading…
Reference in New Issue
Block a user