Removed comment

This commit is contained in:
Dimitris Zlatanidis 2023-05-06 21:25:46 +03:00
parent 4a66c50735
commit 96579efd81

View file

@ -66,7 +66,6 @@ class ViewMessage(Configs):
if mode == 'upgrade':
color: str = self.violet
# If the package is installed and change the color to gray.
if package in self.utils.installed_packages.keys() and mode == 'install':
color: str = self.grey