Duplicate notifications for new user registration

when you call the wp_new_user_notification()function an email is send to the user and to the admin.

other plugins or themes can create their own wp_new_user_notification() function.
if that’s the case then you need to check that function.

Regards