diff --git a/src/modules/TrackingMultiplet/TrackingMultiplet.cpp b/src/modules/TrackingMultiplet/TrackingMultiplet.cpp
index 96d8ee7f6d8fb0f23c63d012c2bb0079999778f4..f1b8fc8dd2c3f60ccfa71c1951254ab1c5a65f47 100644
--- a/src/modules/TrackingMultiplet/TrackingMultiplet.cpp
+++ b/src/modules/TrackingMultiplet/TrackingMultiplet.cpp
@@ -698,16 +698,6 @@ StatusCode TrackingMultiplet::run(const std::shared_ptr<Clipboard>& clipboard) {
             LOG(DEBUG) << "Got new candidate.";
 
             multipletCandidate->setScattererPosition(scatterer_position_);
-            // // make sure all planes are known to the multiplet
-            // // (still necessary, even if they are already registered to the tracklets!)
-            // for(auto& detector : get_detectors()) {
-            //     if(!detector->isAuxiliary() && multipletCandidate->get_plane(detector->getName()) == nullptr) {
-            //         multipletCandidate->registerPlane(
-            //             detector->getName(), detector->displacement().z(), detector->materialBudget(),
-            //             detector->toLocal());
-            //     }
-            // }
-
             multipletCandidate->fit();
 
             double distanceX = multipletCandidate->getOffsetAtScatterer().X();