Skip to content

Commit

Permalink
Remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier committed Dec 15, 2023
1 parent 343ac20 commit f7ee903
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions monitoring/monitorlib/geotemporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f7ee903

Please sign in to comment.