diff --git a/reco/L1/L1Algo/L1CATrackFinder.cxx b/reco/L1/L1Algo/L1CATrackFinder.cxx
index c7da109c3d57ec7449188cb2e7cd42ca9d6071c1..2c67a326287a5e5cf39de86821e497e4d49035c4 100644
--- a/reco/L1/L1Algo/L1CATrackFinder.cxx
+++ b/reco/L1/L1Algo/L1CATrackFinder.cxx
@@ -1760,16 +1760,10 @@ void L1Algo::CATrackFinder()
   TStopwatch c_time1;
   c_time1.Start();
 
-  /*********
-   * Debug *
-   *********/
 
-  std::ofstream outTFDEBUG("/u/szharko/frameworks/cbm/pg/DEBUG_TFIterationsCheck.txt");
-  outTFDEBUG << "Tracking mode: " << static_cast<unsigned int>(fTrackingMode) << '\n';
   // ---- Loop over Track Finder iterations ----------------------------------------------------------------//
   for (isec = 0; isec < fNFindIterations; ++isec)  // all finder
   {
-    outTFDEBUG << "==== New TF iteration: isec ====\n";
     if (fTrackingMode == kMcbm) {
       if (isec > 3) { continue; }
     }
@@ -2483,7 +2477,6 @@ void L1Algo::CATrackFinder()
 #endif  // COUNTERS
     }
   }  // for (int isec
-  outTFDEBUG.close();
   // ---- Loop over Track Finder iterations: END -----------------------------------------------------------//
 
 #ifdef XXX