diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index c383e7dcab811e2e588fc7ad9cf0b2d150c46f7c..7562c11c322aec5c70be789bd5683469de97e6da 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -1361,7 +1361,6 @@ class Population(analytics,
 
         # set the process ID
         self.process_ID = ( ID )
-        print("Set process ID",self.process_ID)
 
         stream_logger = self._get_stream_logger()
         if self.grid_options["verbosity"] >= self._LOGGER_VERBOSITY_LEVEL: