mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - cleanup logging
This commit is contained in:
parent
9efa30d756
commit
d92ccf8c2e
1 changed files with 0 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ class ExtractImage(openpype.api.Extractor):
|
|||
formats = ["png", "jpg"]
|
||||
|
||||
def process(self, instance):
|
||||
print("PPPPPP")
|
||||
self.log.info("fdfdsfdfs")
|
||||
staging_dir = self.staging_dir(instance)
|
||||
self.log.info("Outputting image to {}".format(staging_dir))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue