mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Remove debugging print statement
This commit is contained in:
parent
ff2bf514f4
commit
42fec43fb7
1 changed files with 0 additions and 2 deletions
|
|
@ -20,8 +20,6 @@ def deadline_command(cmd):
|
|||
|
||||
query = (executable, cmd)
|
||||
|
||||
print executable
|
||||
|
||||
process = subprocess.Popen(query, stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
universal_newlines=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue