mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[cleanup] remove logFile line since it does not make sense.
This commit is contained in:
parent
9ed71510c1
commit
4266f89397
@ -196,7 +196,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
catch (const std::invalid_argument& e)
|
||||
{
|
||||
std::cerr << "Failed to create valid EclipseState object. See logfile: " << std::endl;
|
||||
std::cerr << "Failed to create valid EclipseState object." << std::endl;
|
||||
std::cerr << "Exception caught: " << e.what() << std::endl;
|
||||
throw;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user