mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
testing: removing prints form colorspace tests
This commit is contained in:
parent
e27e8a6109
commit
c87b147d48
1 changed files with 0 additions and 2 deletions
|
|
@ -61,7 +61,6 @@ class TestPipelineColorspace(ModuleUnitTest):
|
|||
self.PROJECT,
|
||||
"ocio"
|
||||
)
|
||||
print(f"__ dest_dir: {dest_dir}")
|
||||
dest_path = os.path.join(
|
||||
dest_dir,
|
||||
"config.ocio"
|
||||
|
|
@ -93,7 +92,6 @@ class TestPipelineColorspace(ModuleUnitTest):
|
|||
self.ASSET,
|
||||
"ocio"
|
||||
)
|
||||
print(f"__ dest_dir: {dest_dir}")
|
||||
dest_path = os.path.join(
|
||||
dest_dir,
|
||||
"config.ocio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue