From 5d20506a5d3ce54780e812f39e4e8c53aa9265d0 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Mon, 18 May 2020 22:25:29 -0400 Subject: [PATCH] Remove overly verbose log pring. --- vtkm/io/testing/UnitTestImageWriter.cxx | 1 - 1 file changed, 1 deletion(-) 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()); } }