mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Remove obsolete --quiet option
This commit is contained in:
parent
d906aa3df6
commit
aaf2eeb412
1 changed files with 0 additions and 5 deletions
|
|
@ -190,11 +190,6 @@ def _main(env, file_cfg):
|
|||
raise ValueError(u'Invalid verbosity value: {}'.format(verbosity))
|
||||
log.set_level(x)
|
||||
|
||||
@app.option('--quiet|-q')
|
||||
def quiet_option(context=None):
|
||||
'''Print less information than normal.'''
|
||||
log.set_level(log.logging.WARNING)
|
||||
|
||||
sync_command = argvard.Command()
|
||||
|
||||
@sync_command.option('--force-delete status_name')
|
||||
|
|
|
|||
Loading…
Reference in a new issue