diff --git a/Tracking/Acts/ActsGeometry/python/ActsTrackingGeometryTool.py b/Tracking/Acts/ActsGeometry/python/ActsTrackingGeometryTool.py
index d4e11ea3d1b10dcb6b82794557b7df05eb0ba569..0537e430445c037d5230c3e65760aaab34f1bab1 100644
--- a/Tracking/Acts/ActsGeometry/python/ActsTrackingGeometryTool.py
+++ b/Tracking/Acts/ActsGeometry/python/ActsTrackingGeometryTool.py
@@ -12,13 +12,8 @@ from __future__ import print_function
 # import the DetFlags for the setting
 from AthenaCommon.DetFlags import DetFlags
 
-#################################################################################
-# Material for the Geometry comes from COOL or local database
-#################################################################################
-
 from TrkDetDescrSvc.TrkDetDescrJobProperties import TrkDetFlags
 
-
 # import the Extrapolator configurable
 from ActsGeometry.ActsGeometryConf import ActsTrackingGeometryTool
    
@@ -40,8 +35,6 @@ class ConfiguredActsTrackingGeometry( ActsTrackingGeometryTool ) :
     actsTrackingGeometrySvc = ActsTrackingGeometrySvc(name = "ActsTrackingGeometrySvc",
                                                       BuildSubDetectors = subDetectors)
     
-    #print (actsTrackingGeometrySvc)
-    
     from AthenaCommon.AppMgr import ServiceMgr
     ServiceMgr += actsTrackingGeometrySvc
     
@@ -51,8 +44,6 @@ class ConfiguredActsTrackingGeometry( ActsTrackingGeometryTool ) :
     condSeq = AthSequencer("AthCondSeq")
     if not hasattr(condSeq, "NominalAlignmentCondAlg"):
       condSeq += NominalAlignmentCondAlg(name = "NominalAlignmentCondAlg")
-      
-    #print (condSeq)
     
     ActsTrackingGeometryTool.__init__(self,
                                       name,