Skip to content

Commit 8ac3e79

Browse files
committed
Remove debug prints
1 parent 15c2d16 commit 8ac3e79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
# Uncomment this if debugging autoapi
7474
autoapi_keep_files = True
7575
autoapi_dirs = [os.path.join('circuitpython-stubs', x) for x in os.listdir('circuitpython-stubs')]
76-
print(autoapi_dirs)
7776
autoapi_add_toctree_entry = False
7877
autoapi_options = ['members', 'undoc-members', 'private-members', 'show-inheritance', 'special-members', 'show-module-summary']
7978
autoapi_template_dir = 'docs/autoapi/templates'

tools/extract_pyi.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
stub_directory = sys.argv[2]
88

99
def convert_folder(top_level, stub_directory):
10-
print(top_level, stub_directory)
1110
ok = 0
1211
total = 0
1312
filenames = sorted(os.listdir(top_level))

0 commit comments

Comments
 (0)