Remove print()

This commit is contained in:
Dimitris Zlatanidis 2022-12-17 17:31:04 +02:00
parent 27611852bc
commit a6ac8dfe80

View file

@ -185,7 +185,6 @@ class ViewMessage:
""" Manage to proceed. """
if '--yes' not in self.flags:
answer = input('\nDo you want to continue [y/N]: ')
print()
if answer not in ['Y', 'y']:
raise SystemExit()
print()