1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Remove error message

This commit is contained in:
Carles Fernandez 2018-12-12 01:03:33 +01:00
parent 497a10fbea
commit bb137661bd
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -92,7 +92,7 @@ bool tracking_true_obs_reader::open_obs_file(std::string out_file)
}
catch (const std::ifstream::failure &e)
{
std::cout << "Problem opening Tracking dump Log file: " << d_dump_filename.c_str() << " Error: " << e.what() << std::endl;
std::cout << "Problem opening Tracking dump Log file: " << d_dump_filename.c_str() << std::endl;
return false;
}
}