Skip to content

Commit

Permalink
Remove unnecessary print from development phase
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Burghardt <[email protected]>
  • Loading branch information
marcusburghardt committed Jan 14, 2025
1 parent 2567a19 commit f65e761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssg/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def _load_macros_from_directory(macros_directory: str, substitutions_dict: dict)
macros_file = os.path.join(macros_directory, filename)
update_substitutions_dict(macros_file, substitutions_dict)
except Exception as exc:
print(macros_directory)
msg = ("Error extracting macro definitions from '{1}': {0}"
.format(str(exc), filename))
raise RuntimeError(msg)
Expand Down

0 comments on commit f65e761

Please sign in to comment.