Removed trace output

This commit is contained in:
Magne Sjaastad
2014-01-08 13:33:57 +01:00
parent 658a513c7f
commit 4f079549f3
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ void RigFault::computeFaultFacesFromCellRanges(const RigMainGrid* mainGrid)
}
else
{
cvf::Trace::show("Warning: Undefined Fault neighbor detected.");
//cvf::Trace::show("Warning: Undefined Fault neighbor detected.");
}
}
}