Removed debug code

Adding the email to the output breaks e.g. getting the list of domains (which breaks generating random addresses)
This commit is contained in:
Dan Q 2021-08-12 09:11:22 +01:00 committed by GitHub
parent 09538300d6
commit d9a215e315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,6 +112,5 @@ switch($action)
break;
}
$o['email'] = $email;
echo json_encode($o);
//var_dump($o);