mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Removed for test
This commit is contained in:
parent
5b3c9d6585
commit
b6d3c9123a
1 changed files with 1 additions and 2 deletions
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue