From eeab05818c7b6dd320eedece254e8c73533dc0dc Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 24 Oct 2024 07:59:01 -0400 Subject: [PATCH] print --- authentication/serializers.py | 1 - frontend/public/src/components/NotificationContainer.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/authentication/serializers.py b/authentication/serializers.py index 3ac4c0da12..5db04897e1 100644 --- a/authentication/serializers.py +++ b/authentication/serializers.py @@ -271,7 +271,6 @@ class RegisterEmailSerializer(SocialAuthSerializer): next = serializers.CharField(write_only=True, required=False) def validate(self, attrs): - print("here") token = (attrs.get("partial", {}) or {}).get("token", None) email = attrs.get("email", None) if not email and not token: diff --git a/frontend/public/src/components/NotificationContainer.js b/frontend/public/src/components/NotificationContainer.js index 6358ea43f9..fa091a17a1 100644 --- a/frontend/public/src/components/NotificationContainer.js +++ b/frontend/public/src/components/NotificationContainer.js @@ -77,7 +77,7 @@ export class NotificationContainer extends React.Component { return (