chore: remove Emailable debug log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-06-08 15:17:06 +02:00
parent 4705433238
commit ba43eceaf5

View file

@ -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';
}