Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
skzhang1 committed Nov 18, 2024
1 parent 14da560 commit 97e9fed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/process_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def check_quarto_bin(quarto_bin: str = "quarto") -> None:

def notebooks_target_dir(website_directory: Path) -> Path:
"""Return the target directory for notebooks."""
print("result-----------")
print(website_directory / "docs" / "notebooks")
return website_directory / "docs" / "notebooks"


Expand Down Expand Up @@ -459,8 +457,6 @@ def main() -> None:
test_parser.add_argument("--workers", help="Number of workers to use", type=int, default=-1)

args = parser.parse_args()
print("------------------------")
print(args.website_directory)
if args.subcommand is None:
print("No subcommand specified")
sys.exit(1)
Expand Down

0 comments on commit 97e9fed

Please sign in to comment.