From 0c62d38448c4e197b2e59d80bb29577242f5b930 Mon Sep 17 00:00:00 2001 From: Kirill Terekhov Date: Tue, 18 Apr 2017 13:42:48 -0700 Subject: [PATCH] Remove debug output to file --- Source/Mesh/parallel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Mesh/parallel.cpp b/Source/Mesh/parallel.cpp index 117e528..a5cf757 100644 --- a/Source/Mesh/parallel.cpp +++ b/Source/Mesh/parallel.cpp @@ -4786,9 +4786,9 @@ namespace INMOST } - std::stringstream str; - str << "before_migrate" << GetProcessorRank() << ".xml"; - Save(str.str()); + //std::stringstream str; + //str << "before_migrate" << GetProcessorRank() << ".xml"; + //Save(str.str()); time = Timer() - time; REPORT_STR("Determine local entities to send"); -- 2.26.2