diff --git a/morph/grid.nix b/morph/grid.nix
index cae9f6f7219378a142c44089ad9d62ad29006fc6..29596afd28735d48bad54d284851c5541105442b 100644
--- a/morph/grid.nix
+++ b/morph/grid.nix
@@ -16,9 +16,6 @@ import ./make-grid.nix {
     # doesn't specify one.
     #
     # The names must be unique!
-
-    # Pass the whole grid configuration to the module and let it take what it
-    # wants.
     "storage000" = import ./make-storage.nix ({
         cfg = import ./storage000-config.nix;
         hardware = ./storage000-hardware.nix;