diff --git a/monitoring/monitorlib/geotemporal.py b/monitoring/monitorlib/geotemporal.py index 3eaf38a6c5..9114e6444a 100644 --- a/monitoring/monitorlib/geotemporal.py +++ b/monitoring/monitorlib/geotemporal.py @@ -91,9 +91,6 @@ def resolve(self, times: Dict[TimeDuringTest, Time]) -> Volume4D: result = Volume4D(**kwargs) if self.transformations: - from loguru import logger - - logger.warning("Applying transformations") for xform in self.transformations: result = result.transform(xform)