This commit is contained in:
Paul Gauthier 2023-08-10 16:53:34 -03:00
parent ec91eb670e
commit fed24aa444
3 changed files with 16 additions and 22 deletions

View file

@ -232,7 +232,6 @@ class InputOutput:
return inp
def user_input(self, inp, log_only=True):
if not log_only:
style = dict(style=self.user_input_color) if self.user_input_color else dict()
self.console.print(inp, **style)