Remove debug output.
This commit is contained in:
parent
27a396b439
commit
3adcadff42
@ -1187,7 +1187,6 @@ struct EclipseWellBhp : public EclipseWellReport {
|
||||
virtual double update (const SimulatorTimer& /*timer*/,
|
||||
const WellState& wellState)
|
||||
{
|
||||
std::cout << "bhp(wellState) = " << bhp(wellState) << std::endl;
|
||||
return bhp(wellState);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user