mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Removed unnecessary print statement
This commit is contained in:
parent
911ec2eb3f
commit
386c574815
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ def guess_mode(args, config):
|
|||
"""Guesses the mode (compose, read or export) from the given arguments"""
|
||||
compose = True
|
||||
export = False
|
||||
print args
|
||||
if args.json or args.decrypt is not False or args.encrypt is not False or args.markdown or args.tags or args.delete_last:
|
||||
compose = False
|
||||
export = True
|
||||
|
|
Loading…
Add table
Reference in a new issue