Skip to content

Commit

Permalink
chore: remove commented code (#4722)
Browse files Browse the repository at this point in the history
  • Loading branch information
aciba90 authored Jan 2, 2024
1 parent fb5a718 commit 5a021d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudinit/templater.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def jinja_render(content, params):
template_syntax_error.lineno += 1
raise JinjaSyntaxParsingException(
error=template_syntax_error,
# source=content,
) from template_syntax_error
except Exception as unknown_error:
raise unknown_error from unknown_error
Expand Down

0 comments on commit 5a021d5

Please sign in to comment.