diff --git a/src/Algorithms/ParallelTracker.cpp b/src/Algorithms/ParallelTracker.cpp
index 65c1cd4fa58436a028a0726a60bd22ae29bcb407..e75fa7edb93883be399a585c5fe709d16a37be39 100644
--- a/src/Algorithms/ParallelTracker.cpp
+++ b/src/Algorithms/ParallelTracker.cpp
@@ -390,7 +390,6 @@ void ParallelTracker::execute() {
         changeDT(back_track);
 
         for (; step < trackSteps; ++step) {
-            *gmsg << "at the beginning of loop " << endl;
             Vector_t<double, 3> rmin(0.0), rmax(0.0);
             if (itsBunch_m->getTotalNum() > 0) {
                 itsBunch_m->get_bounds(rmin, rmax);
@@ -442,7 +441,6 @@ void ParallelTracker::execute() {
             if (std::abs(stepSizes_m.getZStop() - pathLength_m) < 0.5 * driftPerTimeStep) {
                 break;
             }
-            *gmsg << "at the end of loop pathLength_m= " << pathLength_m << endl;
         }
 
         if (globalEOL_m)
diff --git a/src/Track/TrackRun.cpp b/src/Track/TrackRun.cpp
index 514442a70f8c0085a462adf4f269b3c0a57912db..4cca36d5e8431aeb422b7d11346cc366ec5e34e6 100644
--- a/src/Track/TrackRun.cpp
+++ b/src/Track/TrackRun.cpp
@@ -360,8 +360,6 @@ void TrackRun::execute() {
         Attributes::getBool(itsAttr[TRACKRUN::TRACKBACK]), Track::block->localTimeSteps,
         Track::block->zstart, Track::block->zstop, Track::block->dT);
 
-    *gmsg << "* Parallel Tracker created ... " << endl;
-
     itsTracker_m->execute();
 
     /*