mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove debug print
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
84a4033606
commit
bab249a54a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue