diff --git a/entity/Productprice_entity/Productprice_entity.aod b/entity/Productprice_entity/Productprice_entity.aod
index aefe0fd19f6e1c2eee39205ecaa1d8b23d2d9c2d..177b09df41ec56f5d3bad7feca838a7ed1d6df17 100644
--- a/entity/Productprice_entity/Productprice_entity.aod
+++ b/entity/Productprice_entity/Productprice_entity.aod
@@ -9,7 +9,6 @@
     <element>Product_entity</element>
   </siblings>
   <onValidation>%aditoprj%/entity/Productprice_entity/onValidation.js</onValidation>
-  <afterSave>%aditoprj%/entity/Productprice_entity/afterSave.js</afterSave>
   <useFavorites v="true" />
   <titlePlural>Prices</titlePlural>
   <recordContainer>db</recordContainer>
diff --git a/entity/Productprice_entity/afterSave.js b/entity/Productprice_entity/afterSave.js
deleted file mode 100644
index e23029748121672f8f99c06a0cfd09e58cf4b062..0000000000000000000000000000000000000000
--- a/entity/Productprice_entity/afterSave.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import("system.neonFilter");
-import("system.logging");
-import("system.neon");
-import("system.vars");
-logging.log(vars.get("$sys.currentimage"))
-//logging.log(vars.get("$sys.currentimage"))
-//neon.closeImage(vars.get("$sys.currentimage"), true);
-//neon.refresh(["$field.PRICE"]);
-//neon.openContextWithRecipe("Productprice", "ProductpriceFilter_view", null, neon.OPERATINGSTATE_VIEW);