diff --git a/vtkm/io/testing/UnitTestImageWriter.cxx b/vtkm/io/testing/UnitTestImageWriter.cxx index dbca2f9a6..8be7521aa 100644 --- a/vtkm/io/testing/UnitTestImageWriter.cxx +++ b/vtkm/io/testing/UnitTestImageWriter.cxx @@ -54,7 +54,6 @@ void TestFilledImage(vtkm::cont::DataSet& dataSet, row << pixelVec << ","; } row << "]"; - VTKM_LOG_S(vtkm::cont::LogLevel::Info, "Row[" << y << "]" << row.str()); } }