diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 00faa9021e30d2f04287a43a10e8ef72bec501c5..a7f135c5921e2325e8ee1257a6d12ada5a63d5a3 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -1984,7 +1984,7 @@ class Population:
             # code_string += indent * (depth + 2) + "print('phasevol_lnm1: ',phasevol_lnm1); print('phasevol_multiplicity: ',phasevol_multiplicity);\n"
             # code_string += indent * (depth + 2) + "print(probabilities_list)\n"
             # code_string += indent * (depth + 2) + "print(parameter_dict)\n"
-            code_string += indent * (depth + 2) + "print('YOO IK GA LEKKER NOG EEN RONDJE')\n"
+            # code_string += indent * (depth + 2) + "print('YOO IK GA LEKKER NOG EEN RONDJE')\n"
             code_string += indent * (depth + 2) + "yield(parameter_dict)\n"
 
         # If its a dry run, dont do anything with it