mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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:
|
for ext in extensions:
|
||||||
if not _Cache.already_checked(ext):
|
if not _Cache.already_checked(ext):
|
||||||
r = test_func(ext)
|
r = test_func(ext)
|
||||||
print(ext, r)
|
|
||||||
_Cache.set_ext_support(ext, r)
|
_Cache.set_ext_support(ext, r)
|
||||||
if _Cache.is_supported(ext):
|
if _Cache.is_supported(ext):
|
||||||
filtered_exs.add(ext)
|
filtered_exs.add(ext)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue