Skip to content
Snippets Groups Projects
Commit a42284b9 authored by Cory Quammen's avatar Cory Quammen
Browse files

Change logging level

This should quiet output when vtk3DLinearGridPlaneCutter executes.
parent 091e85c9
No related branches found
No related tags found
No related merge requests found
......@@ -945,7 +945,7 @@ int vtk3DLinearGridPlaneCutter::ProcessPiece(
}
// Report the results of execution
vtkLog(INFO,
vtkLog(TRACE,
"Created: " << outPts->GetNumberOfPoints() << " points, " << newPolys->GetNumberOfCells()
<< " triangles");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment