From 2587db3a64e40231defc5ee91a84b82ed1a0ff9e Mon Sep 17 00:00:00 2001
From: "hanouvit@vz" <vithanousek@seznam.cz>
Date: Sun, 6 May 2018 19:47:41 +0200
Subject: [PATCH] Remove debug output from SaveAndLoadmeshfunction test...

---
 src/UnitTests/SaveAndLoadMeshfunctionTest.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/UnitTests/SaveAndLoadMeshfunctionTest.cpp b/src/UnitTests/SaveAndLoadMeshfunctionTest.cpp
index 5e21f17aac..7f62d6df15 100644
--- a/src/UnitTests/SaveAndLoadMeshfunctionTest.cpp
+++ b/src/UnitTests/SaveAndLoadMeshfunctionTest.cpp
@@ -55,8 +55,6 @@ class TestSaveAndLoadMeshfunction
 
             DofType localDof(localGridptr->template getEntitiesCount< Cell >());
 
-            std::cout << localGridptr->GetDistMesh() <<std::endl;
-
             SharedPointer<MeshFunctionType> localMeshFunctionptr;
             localMeshFunctionptr->bind(localGridptr,localDof);
             linearFunctionEvaluator.evaluateAllEntities(localMeshFunctionptr , linearFunctionPtr);
-- 
GitLab