diff --git a/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt b/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt
index e703c38c06ccdf6f359dfb44bd46402fc4a18bff..0eded122f2b1c970f9d8c16e8404294d6f9af02f 100644
--- a/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt
+++ b/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt
@@ -29,7 +29,6 @@ class NamePatcher : AbstractPatcher() {
                 resource.metadata.name = value
             }
             is CustomResource<*, *> -> {
-                // TODO(How to clone custom resources?)
                 resource.metadata.name = value
             }
         }