Skip to content

Commit

Permalink
Remove stray breakpoint()
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Jun 15, 2023
1 parent 0b44625 commit 49ec648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkdocs_print_site_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def on_page_content(self, html, page, config, files, **kwargs):
if is_external(pdf_url):
page.url_to_pdf = pdf_url
else:
breakpoint()
page.url_to_pdf = get_relative_url(
pdf_url, page.file.url
)
Expand Down

0 comments on commit 49ec648

Please sign in to comment.