diff --git a/src/calng/corrections/AgipdCorrection.py b/src/calng/corrections/AgipdCorrection.py
index d044833c0dfad1a437abf975d0da4e35e4bb4ae3..009bc14a8094bcc3fe51a7645672ab34f6c3b4c3 100644
--- a/src/calng/corrections/AgipdCorrection.py
+++ b/src/calng/corrections/AgipdCorrection.py
@@ -554,21 +554,9 @@ class AgipdCorrection(base_correction.BaseCorrection):
             .commit(),
         )
 
+        # this is not automatically done by superclass for complicated class reasons
         base_correction.add_preview_outputs(expected, AgipdCorrection._preview_outputs)
         AgipdCalcatFriend.add_schema(expected, AgipdCorrection._managed_keys)
-        (
-            NODE_ELEMENT(expected)
-            .key("addons.integratedIntensity")
-            .commit(),
-
-            BOOL_ELEMENT(expected)
-            .key("addons.integratedIntensity.enable")
-            .assignmentOptional()
-            .defaultValue(False)
-            .commit(),
-        )
-        AgipdCorrection._managed_keys.add("addons.integratedIntensity.enable")
-        # this is not automatically done by superclass for complicated class reasons
         (
             # support both CPU and GPU kernels
             STRING_ELEMENT(expected)