remove debug print

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2025-11-13 17:11:02 +01:00 committed by GitHub
parent 84a4033606
commit bab249a54a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,6 @@ def _filter_supported_exts(
for ext in extensions:
if not _Cache.already_checked(ext):
r = test_func(ext)
print(ext, r)
_Cache.set_ext_support(ext, r)
if _Cache.is_supported(ext):
filtered_exs.add(ext)