GUI: removed bad logging statment
This commit is contained in:
@@ -137,7 +137,6 @@ def main():
|
||||
try:
|
||||
splash.set_progress(50, f"Connecting to {base_url or 'backend'}...")
|
||||
token = auth(base_url, cert_path)
|
||||
logger.info(f"Authentication token: {token}")
|
||||
if not token or token.count(".") != 2:
|
||||
raise RuntimeError(
|
||||
"Authentication did not return a valid token. "
|
||||
|
||||
Reference in New Issue
Block a user