diff --git a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
index 5f9a373566af59fbef271a6e823e14ea1dec9d9d..2599f67eecf90136b739138e0266663fa927b58f 100644
--- a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
+++ b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
@@ -83,6 +83,8 @@ def process(tr):
 def verify(tr, sample):
     annotationsRoot = getAnnotationsRootNodeFromSample(sample)
     requiredAnnotationsFound = getRequiredAnnotations(sample)
+    #1. Delete annotations and parent to be added
+    
     #1.Annotations hierarchy
     if annotationsRoot is not None:
         for annotation in annotationsRoot: