diff --git a/entity/Person_entity/entityfields/gender/displayValueProcess.js b/entity/Person_entity/entityfields/gender/displayValueProcess.js
index 2c6be04351d31f0c022e0bf9f14aa1985a729810..c3977892e621893c770f62f583f2818a375ba558 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