mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Remove unneeded debug output.
This commit is contained in:
parent
b2770d1414
commit
203ebe6273
@ -1076,11 +1076,6 @@ namespace Opm
|
||||
|
||||
if (deck.hasField("WCONPROD")) {
|
||||
WCONPROD wconprod = deck.getWCONPROD();
|
||||
|
||||
#if THIS_STATEMENT_IS_REALLY_NEEDED
|
||||
std::cout << wconprod.wconprod.size() << std::endl;
|
||||
#endif
|
||||
|
||||
for (size_t i = 0; i < wconprod.wconprod.size(); i++) {
|
||||
if (wconprod.wconprod[i].well_ == name) {
|
||||
WconprodLine line = wconprod.wconprod[i];
|
||||
|
Loading…
Reference in New Issue
Block a user