diff --git a/oar/lib/access_token.py b/oar/lib/access_token.py index 31ab879e..b0c55581 100644 --- a/oar/lib/access_token.py +++ b/oar/lib/access_token.py @@ -21,8 +21,6 @@ def create_access_token( to_encode.update({"exp": expire, "date": f"{now.strftime('%Y-%m-%d %H:%M:%S')}"}) - print(to_encode) - # to get a string like this run: # openssl rand -hex 32 secret_key = config.get("API_SECRET_KEY", None)