diff --git a/src/calng/AgipdCorrection.py b/src/calng/AgipdCorrection.py
index d619ec406337cf8f3d18a59df7f0b1a4100ace9d..c763ebbb5511304cd29f60f772db9233e6f5e1b6 100644
--- a/src/calng/AgipdCorrection.py
+++ b/src/calng/AgipdCorrection.py
@@ -282,9 +282,6 @@ class AgipdCorrection(BaseCorrection):
         if self._schema_cache["overrideInputAxisOrder"]:
             expected_shape = self.input_data_shape
             if expected_shape != image_data.shape:
-                self.log.INFO(
-                    f"Overriding input data order from {image_data.shape} to {expected_shape}"
-                )
                 image_data.shape = expected_shape
 
         with self._buffer_lock: