diff --git a/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js b/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js
index 14f2595687bf9e2b36d2320ba6d51f7cb095c93c..64d80196abae86ad6fdd5799efb1d46c31466ca9 100644
--- a/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js
+++ b/entity/LogHistory_entity/recordcontainers/db/conditionProcess.js
@@ -1,9 +1,7 @@
-import("system.logging");
 import("system.vars");
 import("system.result");
 
 var sql = "(TABLENAMEID = '" + vars.get("$param.tablenameId_param") + "' and TABLENAME = '" + vars.get("$param.tablename_param") + "') "
     + "or (TABLENAMEID = '" + vars.get("$param.contactId_param") + "' "
     + "and (TABLENAME='CONTACT' or TABLENAME='COMMUNICATION' or TABLENAME='ADDRESS' or TABLENAME='AB_ATTRIBUTERELATION'))";
-logging.log(sql);
 result.string(sql);
\ No newline at end of file