remove old TODO

This commit is contained in:
Dr. Matthias Ratajczak
2022-05-04 11:29:42 +02:00
parent 21b3cb588e
commit 3cf5daa335
-1
View File
@@ -680,7 +680,6 @@ class ExternalPool(Pool):
exit(EXIT_ERROR) exit(EXIT_ERROR)
def clean_old_snapshots(self) -> None: def clean_old_snapshots(self) -> None:
# this seems to be broken TODO
print("Cleaning old snapshots") print("Cleaning old snapshots")
for dataset in self.datasets: for dataset in self.datasets:
dataset.clean_old_snapshots() dataset.clean_old_snapshots()