diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index ee582839ad95c4766740e917551a73f50e9a3c0b..0c4f3ee3ac17537ea2d7a04c9b2a3eaeb19e707d 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -1915,13 +1915,13 @@ class Population: grid_variable["name"] ) - # Some print statement - code_string += ( - indent * depth - + "print('phasevol_{}:', phasevol_{})".format(grid_variable["name"], - grid_variable["name"]) - + "\n" - ) + # # Some print statement + # code_string += ( + # indent * depth + # + "print('phasevol_{}:', phasevol_{})".format(grid_variable["name"], + # grid_variable["name"]) + # + "\n" + # ) # TODO: make sure this works # Adding for loop structure