From 21be7e588d51d083b3fb04c255e74dc889ced5f9 Mon Sep 17 00:00:00 2001
From: Johannes Goderbauer <j.goderbauer@adito.de>
Date: Tue, 7 Jan 2020 14:59:49 +0000
Subject: [PATCH] removed irrelevant vars.get-call

(cherry picked from commit 9eddc3b6db2bfd8ff42f4494cc8df2f685189e0c)
---
 .../entityfields/valueproxy/valueProcess.js                     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js b/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js
index 54a18e37ae3..586823ef8a1 100644
--- a/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js
+++ b/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js
@@ -1,8 +1,6 @@
 import("system.result");
 import("system.vars");
 
-var uid = vars.get("$sys.uid");
-
 var value = vars.get("$this.value");
 if (!value)
 {
-- 
GitLab