🔥 remove Muster

This commit is contained in:
Ondřej Samohel 2023-12-21 14:27:35 +01:00
parent e46e76254e
commit 9ff27b51b5
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
30 changed files with 49 additions and 1245 deletions

View file

@ -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()