1
0
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:
Carles Fernandez 2015-05-11 21:41:19 +02:00
parent 6ec6be2e4c
commit 1b7b149a85

View File

@ -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