Removed a debug print statement in the WellsGroup-code.

This commit is contained in:
Kjetil Olsen Lye 2012-06-11 13:16:39 +02:00
parent cc7250628e
commit c42b24612b

View File

@ -941,7 +941,6 @@ namespace Opm
double WellNode::productionGuideRate(bool only_group)
{
if (!only_group || prodSpec().control_mode_ == ProductionSpecification::GRUP) {
std::cout << prodSpec().guide_rate_ << std::endl;
return prodSpec().guide_rate_;
}
return 0.0;