Update server_addon/aftereffects/client/ayon_aftereffects/plugins/load/load_file.py

This commit is contained in:
Kayla Man 2024-06-07 22:50:31 +08:00 committed by GitHub
parent 8fed343484
commit 9b0f17e636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,6 @@ class FileLoader(api.AfterEffectsLoader):
comp = stub.import_file(path, stub.LOADED_ICON + comp_name,
import_options)
print("comp", comp)
if not comp:
self.log.warning(
"Representation `{}` is failing to load".format(path))