Removed unnecessary print statement

This commit is contained in:
Manuel Ebert 2012-07-25 17:59:59 +02:00
parent 4e3ddeb571
commit 691c67b13b

View file

@ -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