mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-07 09:54:10 +00:00
Remove error message
This commit is contained in:
parent
497a10fbea
commit
bb137661bd
@ -92,7 +92,7 @@ bool tracking_true_obs_reader::open_obs_file(std::string out_file)
|
|||||||
}
|
}
|
||||||
catch (const std::ifstream::failure &e)
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user