Skip to content

Commit

Permalink
Remove unneeded print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Nov 13, 2023
1 parent 67ffac0 commit 8e45d41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/sphinx-docs/build_sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ def retrieve_sasdata_docs():
"""
print("=== Sasdata Docs ===")
copy_tree(SASDATA_DEV_SOURCE, SASDATA_DEV_TARGET)
print(SASDATA_GUIDE_TARGET)
print(SASDATA_GUIDE_SOURCE)
print(os.path.exists(SASDATA_GUIDE_SOURCE))
copy_tree(SASDATA_GUIDE_SOURCE, SASDATA_GUIDE_TARGET)


Expand Down

0 comments on commit 8e45d41

Please sign in to comment.