mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-02 06:56:12 +02:00
small code cleanup
This commit is contained in:
parent
66e23d1444
commit
526867bcdd
2 changed files with 4 additions and 9 deletions
|
@ -140,11 +140,6 @@ Python 3.7 (or higher) soon.
|
|||
manual_args = sys.argv[1:]
|
||||
|
||||
args = parse_args_before_config(manual_args)
|
||||
|
||||
# import pprint
|
||||
# pp = pprint.PrettyPrinter(depth=4)
|
||||
# pp.pprint(args)
|
||||
|
||||
configure_logger(args.debug)
|
||||
|
||||
# Run command if possible before config is available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue