diff --git a/product/ERP5Type/CopySupport.py b/product/ERP5Type/CopySupport.py
index ce464e98ec7ea0960d2d4eb6fec54e94a3397ad9..9e92f8d8c54ee3e1b5dd086dc43e5450af3d52ab 100644
--- a/product/ERP5Type/CopySupport.py
+++ b/product/ERP5Type/CopySupport.py
@@ -296,10 +296,6 @@ class CopyContainer:
         except WorkflowException:
           pass
 
-    ### Don't call makeTemplate here!!
-    ### At this point, uid of sub object is still old and
-    ### if calling makeTemplate, original document will be unindexed.
-
     # Call a type based method to reset so properties if necessary
     script = self._getTypeBasedMethod('afterClone')
     if script is not None and callable(script):