diff --git a/kiauh/utils/input_utils.py b/kiauh/utils/input_utils.py index 6869225..6901921 100644 --- a/kiauh/utils/input_utils.py +++ b/kiauh/utils/input_utils.py @@ -104,8 +104,6 @@ def get_string_input( while True: _input = input(_question) - print(_input) - if _input.lower() in _exclude: Logger.print_error("This value is already in use/reserved.") elif default is not None and _input == "":