From 10e9d47dc3d7e7e34c6f2a4ceada4bc5d3233d45 Mon Sep 17 00:00:00 2001 From: ayenpure Date: Sun, 6 Jan 2019 17:27:51 -0800 Subject: [PATCH] Removing std::out print statement from test --- vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h b/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h index 173e3dca..ed767602 100644 --- a/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h +++ b/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h @@ -106,7 +106,6 @@ public: { vtkm::Id calculated = CalculateCellId(pointIn); locator->FindCell(pointIn, cellId, parametric, (*this)); - std::cout << " Calculated : " << calculated << ", Locator : " << cellId << std::endl; match = (calculated == cellId); } -- GitLab