diff --git a/entity/Appointment_entity/entityfields/begin/valueProcess.js b/entity/Appointment_entity/entityfields/begin/valueProcess.js
index f87cdc03567024fded757914d9ee6b1587f2a258..48c50b4d7e29af1841108d422834f2f7dddcc35a 100644
--- a/entity/Appointment_entity/entityfields/begin/valueProcess.js
+++ b/entity/Appointment_entity/entityfields/begin/valueProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.neon");
 import("system.vars");
 import("system.calendars");
diff --git a/entity/Appointment_entity/entityfields/deleteseries/stateProcess.js b/entity/Appointment_entity/entityfields/deleteseries/stateProcess.js
index 2ca0974708bebf947414e02acea304389cdad456..36f56dfc2b21096558f40d38a2a0af3ff6bab8d0 100644
--- a/entity/Appointment_entity/entityfields/deleteseries/stateProcess.js
+++ b/entity/Appointment_entity/entityfields/deleteseries/stateProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.tools");
 import("system.vars");
 import("system.result");
diff --git a/entity/Appointment_entity/entityfields/organizer/valueProcess.js b/entity/Appointment_entity/entityfields/organizer/valueProcess.js
index 6b6bc2ad590eb64263ab1584a2e78b7c1e3bfaea..f299a402079bfaa9dd5348921405bdee8ce64db6 100644
--- a/entity/Appointment_entity/entityfields/organizer/valueProcess.js
+++ b/entity/Appointment_entity/entityfields/organizer/valueProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.neon");
 import("system.vars");
 import("system.calendars");
diff --git a/entity/Appointment_entity/entityfields/partstatactiongroup/stateProcess.js b/entity/Appointment_entity/entityfields/partstatactiongroup/stateProcess.js
index 015a529d23da92bac57d9bcfb999a727bd59b0b2..86a064a2eaffcb5f32075ec037868d645950a0eb 100644
--- a/entity/Appointment_entity/entityfields/partstatactiongroup/stateProcess.js
+++ b/entity/Appointment_entity/entityfields/partstatactiongroup/stateProcess.js
@@ -1,5 +1,4 @@
 import("system.calendars");
-import("system.logging");
 import("system.result");
 import("system.vars");
 import("system.tools");
diff --git a/entity/Appointment_entity/recordcontainers/jdito/contentProcess.js b/entity/Appointment_entity/recordcontainers/jdito/contentProcess.js
index babcd827e5668d9a40bec5ed228c37c6c4d37632..202b9d52387a2bec8c097474c4e1992377137408 100644
--- a/entity/Appointment_entity/recordcontainers/jdito/contentProcess.js
+++ b/entity/Appointment_entity/recordcontainers/jdito/contentProcess.js
@@ -1,6 +1,5 @@
 import("Employee_lib");
 import("system.tools");
-import("system.logging");
 import("system.db");
 import("Sql_lib");
 import("system.result");
diff --git a/entity/Appointment_entity/recordcontainers/jdito/onInsert.js b/entity/Appointment_entity/recordcontainers/jdito/onInsert.js
index 0fae64a0fc169097998751a3476c91180f32f7a6..a109e86f9257c3bbc84bea6922dad55d93f14f2c 100644
--- a/entity/Appointment_entity/recordcontainers/jdito/onInsert.js
+++ b/entity/Appointment_entity/recordcontainers/jdito/onInsert.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.neon");
 import("system.calendars");
 import("system.vars");
diff --git a/entity/Attribute_entity/entityfields/attribute_type/stateProcess.js b/entity/Attribute_entity/entityfields/attribute_type/stateProcess.js
index 8c6709ec5b1ce2236dbb00e36c756b62b7e6bae4..e51f552d38e309cfe0e454969fbacafab2241646 100644
--- a/entity/Attribute_entity/entityfields/attribute_type/stateProcess.js
+++ b/entity/Attribute_entity/entityfields/attribute_type/stateProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.db");
 import("system.neon");
 import("system.result");
diff --git a/entity/Attribute_entity/entityfields/keywordattributetypes/children/whitelistids_param/valueProcess.js b/entity/Attribute_entity/entityfields/keywordattributetypes/children/whitelistids_param/valueProcess.js
index 7b6ff8c9c50d32b31512f753bbbb26440fc24382..2e9ce3a224e9ae6d35b6e7c591f1d0fe622de0de 100644
--- a/entity/Attribute_entity/entityfields/keywordattributetypes/children/whitelistids_param/valueProcess.js
+++ b/entity/Attribute_entity/entityfields/keywordattributetypes/children/whitelistids_param/valueProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.db");
 import("system.neon");
 import("system.result");
@@ -20,6 +19,5 @@ if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW || vars.get("$sys.re
             if ($AttributeTypes[attrType].toString() != $AttributeTypes.COMBOVALUE.toString())
                 possibleTypes.push($AttributeTypes[attrType].toString());
     }
-    logging.log(JSON.stringify(possibleTypes, null, "\t"))
     result.object(possibleTypes);
 }
\ No newline at end of file
diff --git a/entity/Attribute_entity/recordcontainers/jdito/onUpdate.js b/entity/Attribute_entity/recordcontainers/jdito/onUpdate.js
index cc709a73a6100b8a5d991061e5d1119aa18f4092..6150eacfd7a0ae0c76d95332f55417eefa5de6b3 100644
--- a/entity/Attribute_entity/recordcontainers/jdito/onUpdate.js
+++ b/entity/Attribute_entity/recordcontainers/jdito/onUpdate.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("Sql_lib");
 import("system.db");
 import("system.vars");
@@ -22,6 +21,5 @@ var values = [
     rowdata["DROPDOWNFILTER.value"] || "",
     rowdata["SORTING.value"] || ""
 ];
-logging.log(JSON.stringify(values, null, "\t"))
 db.updateData("AB_ATTRIBUTE", columns, null, values, 
     SqlCondition.equals("AB_ATTRIBUTE.AB_ATTRIBUTEID", vars.get("$field.UID"), "1=2"));
\ No newline at end of file
diff --git a/entity/Employee_entity/recordcontainers/jdito/contentProcess.js b/entity/Employee_entity/recordcontainers/jdito/contentProcess.js
index f71e1a279f42b04dca7843a4754f49da528e1c69..870d945fe51dbcd655365f47a98c1f11fbb959ad 100644
--- a/entity/Employee_entity/recordcontainers/jdito/contentProcess.js
+++ b/entity/Employee_entity/recordcontainers/jdito/contentProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("Sql_lib");
 import("system.db");
 import("Attribute_lib");
@@ -70,7 +69,6 @@ var filterFields = ["UID", "TITLE", "ISACTIVE", "FIRSTNAME", "LASTNAME", "EMAIL_
 var filterFns = {
     "ROLE_FILTER" : function (pRecordVal, pFilterVal, pOperator)
     {
-        logging.log([pRecordVal, pFilterVal])
         if (!pRecordVal)
             pRecordVal = [];
         switch (pOperator)
diff --git a/entity/Offer_entity/entityfields/header/valueProcess.js b/entity/Offer_entity/entityfields/header/valueProcess.js
index 5ebdc79fc02cf4b23a7c4e478d2a3d6055b630f2..22155f8589acaa42b4a03121caa9094dfcb1c5cb 100644
--- a/entity/Offer_entity/entityfields/header/valueProcess.js
+++ b/entity/Offer_entity/entityfields/header/valueProcess.js
@@ -1,5 +1,4 @@
 import("Sql_lib");
-import("system.logging");
 import("system.result");
 import("system.vars");
 import("system.neon");
diff --git a/entity/Offeritem_entity/grantCreateProcess.js b/entity/Offeritem_entity/grantCreateProcess.js
index 658fcf03ff413844ff78cd652d86cbe62a0113bf..b8e2e7b1a844d2c2449e44ce4249f0d0f9531167 100644
--- a/entity/Offeritem_entity/grantCreateProcess.js
+++ b/entity/Offeritem_entity/grantCreateProcess.js
@@ -1,6 +1,5 @@
 import("system.vars");
 import("system.result");
 import("Offer_lib");
-import("system.logging");
 
 result.string(OfferUtils.isEditable(vars.get("$param.OfferStatus_param")));
\ No newline at end of file
diff --git a/entity/Organisation_entity/entityfields/turnoverlastyear/valueProcess.js b/entity/Organisation_entity/entityfields/turnoverlastyear/valueProcess.js
index fcf33532b8f486b562bf3731ea6cb24a50ef2e59..f89ea7a28deec7a4b5f43991fdf9938fdade25c1 100644
--- a/entity/Organisation_entity/entityfields/turnoverlastyear/valueProcess.js
+++ b/entity/Organisation_entity/entityfields/turnoverlastyear/valueProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.datetime");
 import("system.vars");
 import("system.db");
diff --git a/entity/Organisation_entity/entityfields/turnoverpercentdiff/colorProcess.js b/entity/Organisation_entity/entityfields/turnoverpercentdiff/colorProcess.js
index 9f881847a2d9a55bd025ca9b44d47b176d6bac24..c1eb963faca60c479b46026f8d68cbff80af5f16 100644
--- a/entity/Organisation_entity/entityfields/turnoverpercentdiff/colorProcess.js
+++ b/entity/Organisation_entity/entityfields/turnoverpercentdiff/colorProcess.js
@@ -1,5 +1,4 @@
 import("system.result");
-import("system.logging");
 import("system.vars");
 import("system.neon");
 
diff --git a/entity/Organisation_entity/entityfields/turnoverpercentdiff/valueProcess.js b/entity/Organisation_entity/entityfields/turnoverpercentdiff/valueProcess.js
index 4d60d87f534d8811ae2fc0aba508d419610b102f..d5ce906662cf7b624d3bd3d93eb9f80a1635158f 100644
--- a/entity/Organisation_entity/entityfields/turnoverpercentdiff/valueProcess.js
+++ b/entity/Organisation_entity/entityfields/turnoverpercentdiff/valueProcess.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.result");
 import("system.vars");
 
diff --git a/entity/Organisation_entity/recordcontainers/db/onDBUpdate.js b/entity/Organisation_entity/recordcontainers/db/onDBUpdate.js
index fa1b2d68c5d36898130c439b475ba651fcb4950c..e1c84abb098210321a7846ded93657c06adf7f89 100644
--- a/entity/Organisation_entity/recordcontainers/db/onDBUpdate.js
+++ b/entity/Organisation_entity/recordcontainers/db/onDBUpdate.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.vars");
 import("Organisation_lib");
 import("Communication_lib");
diff --git a/entity/PermissionDetail_entity/recordcontainers/jdito/onDelete.js b/entity/PermissionDetail_entity/recordcontainers/jdito/onDelete.js
index 019ce21db7653357016964e4ec7773726dbfb1bf..d061d0fd357d1b6238aacb46f7e0ffc4f6ac480d 100644
--- a/entity/PermissionDetail_entity/recordcontainers/jdito/onDelete.js
+++ b/entity/PermissionDetail_entity/recordcontainers/jdito/onDelete.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("system.tools");
 import("Sql_lib");
 import("system.neon");
diff --git a/entity/Productprice_entity/onValidation.js b/entity/Productprice_entity/onValidation.js
index 2f63d928b700c2bdaeead263bf14265f93b4a6ab..393e20d490dc66e77b0f38ab18ad526e85b0fdd5 100644
--- a/entity/Productprice_entity/onValidation.js
+++ b/entity/Productprice_entity/onValidation.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("Product_lib");
 import("system.translate");
 import("system.result");
@@ -23,7 +22,6 @@ var priceList = {
                 validFrom: vars.get("$field.VALID_FROM"),
                 validTo: vars.get("$field.VALID_TO")
             };
-logging.log(JSON.stringify([priceList], null, "\t"))
 var identicalPriceList = ProductUtils.checkForIndenticalPriceLists(vars.get("$field.PRODUCT_ID"), priceList);
 if(identicalPriceList != null)
 {
diff --git a/process/ActivityTask_lib/process.js b/process/ActivityTask_lib/process.js
index 2f53d5bc57f5754109c84b4b8c521950e36e749b..ff4762bb200271bdcbd865728ef577dfbd810394 100644
--- a/process/ActivityTask_lib/process.js
+++ b/process/ActivityTask_lib/process.js
@@ -1,4 +1,3 @@
-import("system.logging");
 import("Binary_lib");
 import("system.vars");
 import("system.util");
diff --git a/process/CountryInfoData_lib/process.js b/process/CountryInfoData_lib/process.js
index 76f43422f42143217f5ccebec593f0e73f552570..dbd7ab94a65f4e6544ed0169000a73664548ce86 100644
--- a/process/CountryInfoData_lib/process.js
+++ b/process/CountryInfoData_lib/process.js
@@ -1,5 +1,4 @@
 import("system.entities");
-import("system.logging");
 import("system.translate");
 import("system.db");
 import("DataCaching_lib");
diff --git a/process/DocumentTemplate_lib/process.js b/process/DocumentTemplate_lib/process.js
index c18f9f61c812f6166fb0dc85b7347052c54ea317..08df15b3f95d7cde67323c00187b66f856e58c52 100644
--- a/process/DocumentTemplate_lib/process.js
+++ b/process/DocumentTemplate_lib/process.js
@@ -1,5 +1,4 @@
 import("Binary_lib");
-import("system.logging");
 import("Communication_lib");
 import("system.neon");
 import("Employee_lib");