Removed for test

This commit is contained in:
Dimitris Zlatanidis 2023-06-29 12:01:57 +03:00
parent 5b3c9d6585
commit b6d3c9123a

View file

@ -52,8 +52,7 @@ class Cleanings(Configs):
except KeyboardInterrupt: except KeyboardInterrupt:
raise SystemExit(1) raise SystemExit(1)
if answer in ['Y', 'y']: if answer in ['Y', 'y']:
# self.delete_logs_of_dependencies() self.delete_logs_of_dependencies()
pass
else: else:
print('\nNothing to clean.\n') print('\nNothing to clean.\n')