From d9a215e315c6e6a0a9a7728a545171c17e522741 Mon Sep 17 00:00:00 2001 From: Dan Q Date: Thu, 12 Aug 2021 09:11:22 +0100 Subject: [PATCH] Removed debug code Adding the email to the output breaks e.g. getting the list of domains (which breaks generating random addresses) --- web/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/api.php b/web/api.php index 2c97656..12cc7dc 100644 --- a/web/api.php +++ b/web/api.php @@ -112,6 +112,5 @@ switch($action) break; } -$o['email'] = $email; echo json_encode($o); //var_dump($o);