diff --git a/7project/backend/app/oauth/csas.py b/7project/backend/app/oauth/csas.py index 7b6eeb4..34e090e 100644 --- a/7project/backend/app/oauth/csas.py +++ b/7project/backend/app/oauth/csas.py @@ -15,7 +15,6 @@ certs = ( ) class CSASOAuth(BaseOAuth2): - print(BASE_DIR) def __init__(self, client_id: str, client_secret: str): super().__init__(