From f2f6ddcb3dbaadd92fb2671d21084681bf1248a8 Mon Sep 17 00:00:00 2001
From: "a.schindlbeck" <a.schindlbeck@adito.de>
Date: Thu, 18 Apr 2019 09:28:33 +0200
Subject: [PATCH] logging und addNotification entfernt

---
 process/autostartNeon/process.js | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/process/autostartNeon/process.js b/process/autostartNeon/process.js
index ce7cee3b57..0d612f4106 100644
--- a/process/autostartNeon/process.js
+++ b/process/autostartNeon/process.js
@@ -6,11 +6,4 @@ import("system.util");
 
 var users = ["Admin", "Birgit Leicht", "John Doe"]
 calendars.addPermissions(users, calendars.VEVENT, ["READ", "WRITE"], null, false, calendars.SORTSTRATEGY_NATURAL);
-calendars.setCheckAttendeesOnWrite(false);
-
-logging.log("autostartneon");
-
-var linkinfo = text.encodeMS(["Person", "1a67eaa7-21da-4a18-97ab-755ac5cb74f7"]);
-var uuid = "9a4a57c9-9da2-496e-9132-7e32684568d6";
-notification.addNotification(uuid, linkinfo, null, "Andi höhö", "AndisNotification", notification.PRIO_HIGH, 5, "UNSEEN", ["_____USER_bcdfb521-c7d0-4ef1-8916-78e7d3232046"], "AndiNotiCaption", "AndiNotiDescription");
-
+calendars.setCheckAttendeesOnWrite(false);
\ No newline at end of file
-- 
GitLab