Removed logging.

Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-10-22 14:51:09 -04:00
parent e04adba4fd
commit 341e5d4cb2

View File

@@ -212,7 +212,6 @@ def sign_in(): # pragma: no cover
nonce = secrets.token_urlsafe()
redis_key = f"-{unquote(nonce)}"
current_app.logger.info(f"<<<<<<<<<<<<<<<<<<<<<<<< redis key: {redis_key}")
redis_client.set(redis_key, nonce)
# handle unit tests