Skip to content

Commit

Permalink
remove logginglevel CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Nov 3, 2016
1 parent 5eb11e1 commit 299e684
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pynYNAB/scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
help='The Email User ID for nYNAB')
parser.add_argument('--password', metavar='Password', type=str, required=False,
help='The Password for nYNAB')
parser.add_argument('--logginglevel', metavar='LoggingLevel', type=str.lower, required=False,default='error',
choices=['critical','error','warn','warning','info','debug'],
help='Logging Level')

parser.add_argument('--budgetname', metavar='BudgetName', type=str, required=False,
help='The nYNAB budget to use')

Expand Down

0 comments on commit 299e684

Please sign in to comment.