Skip to content

Commit

Permalink
bug: Delete erroneous print of template variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lhh committed Oct 28, 2024
1 parent 5461ef9 commit 05022de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jirate/jira_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ def create_from_template(args):
values = {}
# Always render. there should be defaults.
if args.vars:
print(args.vars)
if len(args.vars) % 2 != 0:
raise ValueError('Variable/value list is not divisible by 2')

Expand Down

0 comments on commit 05022de

Please sign in to comment.