From 32ccbdfeb27677b511f210459157c9305d9d288e Mon Sep 17 00:00:00 2001
From: Sascha Schmidt <s.schmidt@adito.de>
Date: Wed, 27 Oct 2021 12:26:46 +0200
Subject: [PATCH] logging removed

---
 process/Workflow_lib/process.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/process/Workflow_lib/process.js b/process/Workflow_lib/process.js
index 4cecb87820..9fcd029adb 100644
--- a/process/Workflow_lib/process.js
+++ b/process/Workflow_lib/process.js
@@ -4,7 +4,6 @@ import("Employee_lib");
 import("system.process");
 import("Util_lib");
 import("system.text");
-import("system.logging");
 import("system.project");
 import("Sql_lib");
 import("system.neon");
@@ -220,7 +219,6 @@ WorkflowSignalSender.deleted = function (pVariables, pTargetId, pTargetContext)
  */
 WorkflowSignalSender.eventHappened = function (pEvent, pTargetId, pTargetContext, pVariables)
 {
-    logging.log([pEvent, pTargetId, pTargetContext, pVariables].toSource());
     pVariables = pVariables || {}; 
     pVariables[WorkflowVariables.TARGET_CONTEXT()] = pVariables[WorkflowVariables.TARGET_CONTEXT()] || pTargetContext;
     pVariables[WorkflowVariables.TARGET_ID()] = pVariables[WorkflowVariables.TARGET_ID()] || pTargetId;
-- 
GitLab