From 95e82f6ef14f189ef084f196ff55e39c2214930a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vasilij=20Du=C5=A1ko?= Date: Fri, 2 Apr 2021 06:31:20 +0300 Subject: [PATCH] Update LightSmsTransport.php remove dump die --- .../Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php index b751172418..3a34756e3b 100644 --- a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php +++ b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php @@ -118,8 +118,6 @@ final class LightSmsTransport extends AbstractTransport $content = $response->toArray(false); - dump($content); die(); - // it happens if the host without www if (isset($content['']) && isset($content['']['error'])) { throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['']['error']], $response);