Index: fact/tools/pyscripts/pyfact/image_extractors.py
===================================================================
--- fact/tools/pyscripts/pyfact/image_extractors.py	(revision 13298)
+++ fact/tools/pyscripts/pyfact/image_extractors.py	(revision 13299)
@@ -82,8 +82,8 @@
         cog /= self.size
         self.cog = cog
-        print 'debug-COG=',cog, 'in hex coordinates'
+        #print 'debug-COG=',cog, 'in hex coordinates'
         cog_euc = cog[0] * ex + cog[1] * ey + center
         self.cog_euc = cog_euc
-        print 'debug-COG=', cog_euc, 'in euclidic coordinates'
+        #print 'debug-COG=', cog_euc, 'in euclidic coordinates'
         return cog, cog_euc
         
