mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove unnecessary debug check
This commit is contained in:
parent
ebaaa44808
commit
be353bd439
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ class ExtractTyCache(publish.Extractor):
|
|||
filename = "{name}.tyc".format(**instance.data)
|
||||
path = os.path.join(stagingdir, filename)
|
||||
filenames = self.get_file(instance, start, end)
|
||||
self.log.debug(f"filenames: {filenames}")
|
||||
additional_attributes = instance.data.get("tyc_attrs", {})
|
||||
|
||||
with maintained_selection():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue