diff --git a/entity/Organisation_entity/recordcontainers/db/onDBDelete.js b/entity/Organisation_entity/recordcontainers/db/onDBDelete.js
index 8bc517ecf8302dd65a3577278f6639653a1f6985..8756c72bf597ab8a55fc57dbe293911885a943b2 100644
--- a/entity/Organisation_entity/recordcontainers/db/onDBDelete.js
+++ b/entity/Organisation_entity/recordcontainers/db/onDBDelete.js
@@ -1,5 +1,7 @@
 import("system.vars");
 import("DuplicateScanner_lib");
 
+/* TODO: enable when duplicate-module is finalized
 let contactId = vars.get("$field.CONTACTID");
-DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
\ No newline at end of file
+DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
+*/
\ No newline at end of file
diff --git a/entity/Person_entity/recordcontainers/db/onDBDelete.js b/entity/Person_entity/recordcontainers/db/onDBDelete.js
index 8bc517ecf8302dd65a3577278f6639653a1f6985..bbf76c19074b253c9fd90189958db7e059ba6db2 100644
--- a/entity/Person_entity/recordcontainers/db/onDBDelete.js
+++ b/entity/Person_entity/recordcontainers/db/onDBDelete.js
@@ -1,5 +1,6 @@
 import("system.vars");
 import("DuplicateScanner_lib");
-
+/* TODO: enable when duplicate-module is finalized
 let contactId = vars.get("$field.CONTACTID");
-DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
\ No newline at end of file
+DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
+*/
\ No newline at end of file
diff --git a/entity/Person_entity/recordcontainers/db/onDBInsert.js b/entity/Person_entity/recordcontainers/db/onDBInsert.js
index 5f069680c3cd50ac7a7b062d6a9c55a22a176dcc..0b3b9578549d03f0b012419ac461936535b4991f 100644
--- a/entity/Person_entity/recordcontainers/db/onDBInsert.js
+++ b/entity/Person_entity/recordcontainers/db/onDBInsert.js
@@ -12,6 +12,7 @@ let targetEntity = "Person_entity";
 let contactId = vars.get("$local.uid");
 DataPrivacyUtils.notifyNeedDataPrivacyUpdate(contactId);
 
+/* TODO: enable when duplicate-module is finalized
 let valuesToCheck = {};
 
 var entityModel = project.getEntityStructure(targetEntity);
@@ -74,4 +75,5 @@ notification.addNotificationWith(notificationConfig);
 
 }
 
-var persAdress
\ No newline at end of file
+var persAdress
+*/
\ No newline at end of file