mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🔥 remove Muster
This commit is contained in:
parent
e46e76254e
commit
9ff27b51b5
30 changed files with 49 additions and 1245 deletions
4
start.py
4
start.py
|
|
@ -1186,10 +1186,6 @@ def get_info(use_staging=None) -> list:
|
|||
inf.append(("Using Deadline webservice at",
|
||||
os.environ.get("DEADLINE_REST_URL")))
|
||||
|
||||
if os.environ.get('MUSTER_REST_URL'):
|
||||
inf.append(("Using Muster at",
|
||||
os.environ.get("MUSTER_REST_URL")))
|
||||
|
||||
# Reinitialize
|
||||
Logger.initialize()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue