diff --git a/Control/CalypsoConfiguration/python/AllConfigFlags.py b/Control/CalypsoConfiguration/python/AllConfigFlags.py
index 8cc83b1ec69a54bfdf402c04dac3d521b8aa25a1..cf26c40c3229ededad7f96a8080896e990cc30ef 100644
--- a/Control/CalypsoConfiguration/python/AllConfigFlags.py
+++ b/Control/CalypsoConfiguration/python/AllConfigFlags.py
@@ -1,7 +1,5 @@
 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 
-from __future__ import print_function
-
 from AthenaConfiguration.AllConfigFlags import ConfigFlags as athenaConfigFlags
 # from AthenaConfiguration.AllConfigFlags import GetFileMD
 # from AthenaConfiguration.AthConfigFlags import AthConfigFlags
diff --git a/Control/CalypsoConfiguration/python/AutoConfigFlags.py b/Control/CalypsoConfiguration/python/AutoConfigFlags.py
index b81df65fc3b8440eb4297cb36f3c4e7c6d8077ea..347438815c27f2e8b2d02e3552c10de66a5915e9 100644
--- a/Control/CalypsoConfiguration/python/AutoConfigFlags.py
+++ b/Control/CalypsoConfiguration/python/AutoConfigFlags.py
@@ -97,9 +97,9 @@ def getDefaultDetectors(geoTag):
     detectors.add('CentralDipole')
     detectors.add('DownstreamDipole')
     
-    print("DetDescrInfo Run = ", DetDescrInfo(geoTag)['Common']['Run'])
-    print("DetDescrInfo TrackerType = ", DetDescrInfo(geoTag)['Common']['TrackerType'])
-    print("DetDescrInfo FaserNuType = ", DetDescrInfo(geoTag)['Common']['FaserNuType'])
+    # print("DetDescrInfo Run = ", DetDescrInfo(geoTag)['Common']['Run'])
+    # print("DetDescrInfo TrackerType = ", DetDescrInfo(geoTag)['Common']['TrackerType'])
+    # print("DetDescrInfo FaserNuType = ", DetDescrInfo(geoTag)['Common']['FaserNuType'])
 
     # if DetDescrInfo(geoTag)['Common']['Run'] == 'RUN4':
     #     detectors.add('ITkPixel')
diff --git a/Control/CalypsoConfiguration/python/GeoModelConfigFlags.py b/Control/CalypsoConfiguration/python/GeoModelConfigFlags.py
index 3b19940156b1c85694f99484e6c5a447b599e1eb..448d65d80fad40f7a16501b4720853ed4bddae11 100644
--- a/Control/CalypsoConfiguration/python/GeoModelConfigFlags.py
+++ b/Control/CalypsoConfiguration/python/GeoModelConfigFlags.py
@@ -14,8 +14,8 @@ def createGeoModelConfigFlags():
     return gcf
 
 def modifyGeoModelConfigFlags(flags):
-    print("modifyGeoModelConfigFlags called for FaserVersion: ", flags.GeoModel.FaserVersion)
+    # print("modifyGeoModelConfigFlags called for FaserVersion: ", flags.GeoModel.FaserVersion)
     flags.GeoModel.Run = lambda prevFlags : DetDescrInfo(prevFlags.GeoModel.FaserVersion)['Common']['Run']
-    print(DetDescrInfo(flags.GeoModel.FaserVersion)['Common']['Run'])
+    # print(DetDescrInfo(flags.GeoModel.FaserVersion)['Common']['Run'])
     return flags
  
\ No newline at end of file
diff --git a/DetectorDescription/GeoModel/FaserGeoModel/python/CommonGeoDB.py b/DetectorDescription/GeoModel/FaserGeoModel/python/CommonGeoDB.py
index 4fa37231aa7847270aa5784b6e483041c48e71b7..03a706689f513a92e4c60f6c80cb09980acad018 100644
--- a/DetectorDescription/GeoModel/FaserGeoModel/python/CommonGeoDB.py
+++ b/DetectorDescription/GeoModel/FaserGeoModel/python/CommonGeoDB.py
@@ -7,9 +7,6 @@ def InitializeGeometryParameters(dbGeomCursor):
    """
 
    dbId, dbCommon, dbParam = dbGeomCursor.GetCurrentLeafContent("FaserCommon")
-   print("dbId = ", dbId)
-   print("dbCommon = ", dbCommon)
-   print("dbParam = ", dbParam)
 
    params = {"Run" : "UNDEFINED",
              "TrackerType" : "UNDEFINED",
diff --git a/DetectorDescription/GeoModel/FaserGeoModel/python/FaserGeoDBInterface.py b/DetectorDescription/GeoModel/FaserGeoModel/python/FaserGeoDBInterface.py
index fe851e833e5f0a6e099a683f2dc448fceda8fce0..03f0870abd3ed62a4af7961b720130499bcbbcfa 100644
--- a/DetectorDescription/GeoModel/FaserGeoModel/python/FaserGeoDBInterface.py
+++ b/DetectorDescription/GeoModel/FaserGeoModel/python/FaserGeoDBInterface.py
@@ -178,7 +178,6 @@ class FaserGeoDBInterface:
 
         # check if table is defined in the current geometry
         if leafName not in self.TagAndNodeVersionDict:
-            print("leafName not found")
             dbId=[]
             dbContent={}
             paramName=[]