Update src/lib/Hydra/Controller/User.pm

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Jelle Besseling 2021-01-04 17:48:37 +01:00 committed by GitHub
parent 5f4eddbe57
commit 19f9d8249f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,6 @@ sub github_login :Path('/github-login') Args(0) {
foreach my $eml (@{$data}) {
$email = $eml->{email} if $eml->{verified} && $eml->{primary};
print STDERR "$eml->{email}\n";
}
print STDERR "$email\n";