mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed a debug print statement in the WellsGroup-code.
This commit is contained in:
parent
cc7250628e
commit
c42b24612b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user