From d7787f0a9d5c4d78dd32bf8e18d212f83238df91 Mon Sep 17 00:00:00 2001
From: "j.luginger" <j.luginger@JLuginger.aditosoftware.local>
Date: Tue, 26 Feb 2019 09:15:43 +0100
Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1035026][[Person]:
 Anrede und Titel] Codes verbessert

---
 .../Person_entity/entityfields/gender/displayValueProcess.js   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/entity/Person_entity/entityfields/gender/displayValueProcess.js b/entity/Person_entity/entityfields/gender/displayValueProcess.js
index 2c6be04351..c3977892e6 100644
--- a/entity/Person_entity/entityfields/gender/displayValueProcess.js
+++ b/entity/Person_entity/entityfields/gender/displayValueProcess.js
@@ -17,7 +17,6 @@ var sex = db.cell(cond.andPrepareVars("SALUTATION.SALUTATION", "$field.SALUTATIO
 if (sex)
 {
     var keyword = KeywordUtils.getViewValue("PersonGender", sex);
-    
-    logging.log(keyword)
+
     result.string(keyword)
 }
\ No newline at end of file
-- 
GitLab