mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update server_addon/aftereffects/client/ayon_aftereffects/plugins/load/load_file.py
This commit is contained in:
parent
8fed343484
commit
9b0f17e636
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue