diff --git a/slpkg/check_updates.py b/slpkg/check_updates.py index b4a4bf93..7cf1799c 100644 --- a/slpkg/check_updates.py +++ b/slpkg/check_updates.py @@ -154,7 +154,6 @@ class CheckUpdates(Configs): print(f'> {self.bgreen}{repo:<{repo_length}}{self.endc} Last Updated: ' f"'{self.repo_info.last_repository_updated(repo)}'") - # if True not in self.compare.values(): if not any(list(compare.values())): print(f'\n{self.endc}{self.yellow}No updated packages since the last check.{self.endc}')