mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Removed logging
This commit is contained in:
parent
682c5ed716
commit
3b6b21381c
1 changed files with 0 additions and 3 deletions
|
@ -344,9 +344,6 @@ class Argparse(Configs):
|
|||
if opt not in options:
|
||||
invalid.append(opt)
|
||||
except (KeyError, IndexError):
|
||||
logger = logging.getLogger(LoggingConfig.date)
|
||||
logger.exception(f'{self.__class__.__name__}: '
|
||||
f'{self.__class__.invalid_options.__name__}')
|
||||
self.usage.help_short(1)
|
||||
|
||||
# Prints error for invalid options.
|
||||
|
|
Loading…
Add table
Reference in a new issue