From 8ac3e7977f87219454dbab50264a723e797b877a Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 14 May 2020 18:48:07 -0700 Subject: Remove debug prints --- tools/extract_pyi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/extract_pyi.py') diff --git a/tools/extract_pyi.py b/tools/extract_pyi.py index f15f15ba6..e590e25f1 100644 --- a/tools/extract_pyi.py +++ b/tools/extract_pyi.py @@ -7,7 +7,6 @@ top_level = sys.argv[1].strip("/") stub_directory = sys.argv[2] def convert_folder(top_level, stub_directory): - print(top_level, stub_directory) ok = 0 total = 0 filenames = sorted(os.listdir(top_level)) -- cgit v1.2.3