chore: remove Emailable debug log
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4705433238
commit
ba43eceaf5
1 changed files with 0 additions and 2 deletions
|
|
@ -88,8 +88,6 @@ function checkEmailDeliverability(string $email, string $apiKey): bool
|
|||
$data = json_decode($response, true);
|
||||
$state = $data['state'] ?? 'unknown';
|
||||
|
||||
error_log('[WP] Emailable response for ' . $email . ': state=' . $state . ' | raw=' . $response);
|
||||
|
||||
return $state !== 'undeliverable';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue