mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Remove redundant debug logging.
This commit is contained in:
parent
4d31caad67
commit
1eacfd9c61
1 changed files with 0 additions and 2 deletions
|
|
@ -91,8 +91,6 @@ class ExtractBurnin(pype.api.Extractor):
|
||||||
|
|
||||||
self.log.debug("__ EXE: {}".format(executable))
|
self.log.debug("__ EXE: {}".format(executable))
|
||||||
|
|
||||||
self.log.debug(json.dumps(os.environ, indent=4))
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
args = [executable, scriptpath, json_data]
|
args = [executable, scriptpath, json_data]
|
||||||
self.log.debug("Executing: {}".format(args))
|
self.log.debug("Executing: {}".format(args))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue