diff --git a/Wrappers/Python/cil/optimisation/functions/TotalVariation.py b/Wrappers/Python/cil/optimisation/functions/TotalVariation.py index 0f836da3e7..c16bf8253f 100644 --- a/Wrappers/Python/cil/optimisation/functions/TotalVariation.py +++ b/Wrappers/Python/cil/optimisation/functions/TotalVariation.py @@ -199,7 +199,6 @@ def __init__(self, self._gradient = None self._domain = None - # Print stopping information (iterations and tolerance error) of FGP algorithm used to solve the dual problem of the Total Variation Denoising problem (ROF) self.info = info if self.info: warnings.warn(" `info` is deprecate. Please use logging instead.")