From 8b642ce0e260a4566247ac0b1e848c1f563467d7 Mon Sep 17 00:00:00 2001
From: "a.schindlbeck" <a.schindlbeck@adito.de>
Date: Mon, 15 Apr 2019 10:55:55 +0200
Subject: [PATCH] Kalender: Termin anlegen -> Quickfix

---
 entity/Appointment_entity/entityfields/summary/valueProcess.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/entity/Appointment_entity/entityfields/summary/valueProcess.js b/entity/Appointment_entity/entityfields/summary/valueProcess.js
index 8fd3d347cac..c42150fdff4 100644
--- a/entity/Appointment_entity/entityfields/summary/valueProcess.js
+++ b/entity/Appointment_entity/entityfields/summary/valueProcess.js
@@ -9,8 +9,6 @@ import("system.result");
  */
 if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.exists("$param.Entry_param"))
 {
-    logging.log()
-    
     var event = JSON.parse(vars.getString("$param.Entry_param"));
 
     if(event[calendars.SUMMARY])
-- 
GitLab