From 8f13c0c2e32072cbb89c3fcf886cc42cc18bb0d3 Mon Sep 17 00:00:00 2001
From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de>
Date: Thu, 3 Aug 2017 15:21:17 +0200
Subject: [PATCH] remove debug messages

---
 bfps/cpp/full_code/NSVEparticles.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bfps/cpp/full_code/NSVEparticles.cpp b/bfps/cpp/full_code/NSVEparticles.cpp
index cb9d17da..ba84b394 100644
--- a/bfps/cpp/full_code/NSVEparticles.cpp
+++ b/bfps/cpp/full_code/NSVEparticles.cpp
@@ -84,7 +84,6 @@ int NSVEparticles<rnumber>::do_stats()
                                  "tracers0",                        // hdf5 parent group
                                  "velocity"                         // dataset basename TODO
                                  );
-    DEBUG_MSG("hello after sampling velocity\n");
 
     /// compute acceleration and sample it
     this->fs->compute_Lagrangian_acceleration(this->tmp_vec_field);
@@ -94,7 +93,6 @@ int NSVEparticles<rnumber>::do_stats()
                                  (this->simname + "_particles.h5"),
                                  "tracers0",
                                  "acceleration");
-    DEBUG_MSG("hello after sampling acceleration\n");
 
     return EXIT_SUCCESS;
 }
-- 
GitLab