1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00

remove undesired terminal output

This commit is contained in:
Carles Fernandez 2015-03-03 15:57:16 +01:00
parent ee279e5e28
commit d3f669cebe

View File

@ -170,7 +170,6 @@ int gps_l1_ca_pvt_cc::general_work (int noutput_items, gr_vector_int &ninput_ite
{
// UTC MODEL data is shared for all the GPS satellites. Read always at ID=0
global_gps_utc_model_map.read(0, d_ls_pvt->gps_utc_model);
std::cout << d_ls_pvt->gps_utc_model.d_A0 << std::endl;
}
if (global_gps_iono_map.size() > 0)