diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 003503d1a81e9caed64a820b077abf8cd901d8ee..9911206b5fbe667ee471bb29409897abc641c9ad 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -878,7 +878,7 @@ class Population: # TODO: build in method to handle with the HPC. # Continously fill the queue for system_number, system_dict in enumerate(generator): - stream_logger.debug(f"producing: {system_number}") # DEBUG + # stream_logger.debug(f"producing: {system_number}") # DEBUG job_queue.put((system_number, system_dict)) # Print current size