diff --git a/entity/Productprice_entity/entityfields/product_id/valueProcess.js b/entity/Productprice_entity/entityfields/product_id/valueProcess.js
index fa4b37b7f62ac66212ae7e657d345dc4ea98ee7c..9e09ebe931ef77a4cc43d3144cff97241610ebd3 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