GUI: removed bad logging statment

This commit is contained in:
2026-06-24 15:29:58 +02:00
committed by appleb_m
parent c09718a030
commit 2f8670fb39
-1
View File
@@ -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. "