diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 13a9f1729a4f99f8c5a523249a3093060ddb91e3..2da217446a534533d7106b46867fcf9763f20f66 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -2105,14 +2105,6 @@ class Population:
         # Unload/free custom_logging_code
         # TODO: cleanup custom logging code.
 
-        # Also remove the rest of the contents
-        #
-        # Please do NOT delete the Moecache here: it's
-        # required to be there when the const_dt spacing
-        # function is used.
-#        keys_moecache = list(Moecache.keys())
-#        for key in keys_moecache:
-#            del Moecache[key]
 
     ###################################################
     # Grid code functions