Commit 0b1e67ed authored by David Hendriks's avatar David Hendriks
Browse files

Removed print statment

parent 90b3d36e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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