diff --git a/process/Placeholder_lib/process.js b/process/Placeholder_lib/process.js index a18b33393d8638ae119eee4c91e927641a19c625..63c6b905aa5c0b513abf056a13b910f97ee360ae 100644 --- a/process/Placeholder_lib/process.js +++ b/process/Placeholder_lib/process.js @@ -1,4 +1,3 @@ -import("system.logging"); import("system.translate"); import("system.vars"); import("CustomPlaceholder_lib"); @@ -33,7 +32,6 @@ PlaceholderUtils.getPlaceholders = function (pLocale, pIsExportTemplateField) locale = pLocale; /***************************************************************************************************************/ //Definition of available basic Placeholders. For project specific Placeholders, use CustomPlaceholder_lib - logging.log(locale) _addAddressFormat("address", "{street} {buildingno}", null, translate.text("Address", locale)); _addAddressFormat("zipCode", "{zip}", null , translate.text("Zip", locale)); _addAddressFormat("city", "{city}", null , translate.text("City", locale));