Skip to content

Commit

Permalink
remove print logger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Oct 11, 2024
1 parent 59c4aa7 commit d1e3e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
continue

nav_parts = [f"{mod_symbol} {part}" for part in parts]
print(nav_parts)
nav[tuple(nav_parts)[-2:]] = doc_path.as_posix()

with mkdocs_gen_files.open(full_doc_path, "w") as fd:
Expand Down

0 comments on commit d1e3e23

Please sign in to comment.