Skip to content
Snippets Groups Projects
Commit 7a60dc08 authored by Joachim Pouderoux's avatar Joachim Pouderoux Committed by Code Review
Browse files

Merge topic 'FixUnwantedCoutInParallelRenderManager' into master

ee53b256 Replace a verbose cout by a vtkDebugMacro()
parents bd34238a ee53b256
No related branches found
No related tags found
No related merge requests found
......@@ -857,7 +857,7 @@ void vtkParallelRenderManager::LocalComputeVisiblePropBounds(vtkRenderer *ren,
void vtkParallelRenderManager::ComputeVisiblePropBounds(vtkRenderer *ren,
double bounds[6])
{
cout << "ComputeVisiblePropBounds" << endl;
vtkDebugMacro(<< "ComputeVisiblePropBounds");
if (!this->ParallelRendering)
{
......
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