diff --git a/src/aare/gui/gui.py b/src/aare/gui/gui.py index 63869c14..bd50867e 100644 --- a/src/aare/gui/gui.py +++ b/src/aare/gui/gui.py @@ -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. "