NNC: Removed some debug output

This commit is contained in:
Jacob Støren
2013-12-19 10:50:08 +01:00
parent b52c0fcdd3
commit 909831ad34
2 changed files with 3 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ void RifReaderEclipseOutput::transferNNCData( const ecl_grid_type * mainEclGrid
ecl_nnc_export( mainEclGrid , init_file , eclNNCData);
// Transform to our own datastructures
cvf::Trace::show("Reading NNC. Count: " + cvf::String(numNNC));
//cvf::Trace::show("Reading NNC. Count: " + cvf::String(numNNC));
mainGrid->nncData()->connections().resize(numNNC);
for (int nIdx = 0; nIdx < numNNC; ++nIdx)