From f64286c4265a31eb6b4886c6485949c37685e34a Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Thu, 31 Jan 2019 16:53:05 +0100
Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1032647][Vertrieb -
 Produkt - Preisliste - Bei Neueintrag soll des Feld Produkt vorbelegt sein]

---
 .../Productprice_entity/entityfields/product_id/valueProcess.js  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/entity/Productprice_entity/entityfields/product_id/valueProcess.js b/entity/Productprice_entity/entityfields/product_id/valueProcess.js
index fa4b37b7f6..9e09ebe931 100644
--- a/entity/Productprice_entity/entityfields/product_id/valueProcess.js
+++ b/entity/Productprice_entity/entityfields/product_id/valueProcess.js
@@ -5,5 +5,4 @@ import("system.vars");
 if(vars.exists("$param.ProductId_param") && vars.get("$param.ProductId_param"))
 {
     result.string(vars.getString("$param.ProductId_param"));
-    logging.log("---" + vars.get("$param.ProductId_param"))
 }
\ No newline at end of file
-- 
GitLab