Remove debug output.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-03-28 13:04:32 +01:00
parent 27a396b439
commit 3adcadff42

View File

@ -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);
}
};