diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index f0ff583fa1eb195a389cc153856862aa14e069a8..cd379cab9ffb24e39d4e13179042e513683266a2 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -951,7 +951,6 @@ class Population: # Has to be here because this one is used for the (localcounter+ID) % (self..) localcounter += 1 round_number_mod = (localcounter+1)%self.grid_options["amt_cores"] - print("round nr: ",round_number_mod) # Handle ensemble output: is ensemble==1, then either directly write that data to a file, or combine everything into 1 file. ensemble_json = {} # Make sure it exists already