Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 8, 2024
1 parent 99449ee commit 7b07a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_autobuild/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def _parse_args(argv):
# The Sphinx parser is not considered to be public API,
# but as this is a first-party project, we can cheat a little bit.
sphinx_args = _get_sphinx_build_parser().parse_args(argv.copy())
print(f"{sphinx_args.filenames=}")

# Parse a second time with just our parser
parser = _get_parser()
Expand Down

0 comments on commit 7b07a13

Please sign in to comment.