Skip to content

Commit 95e82f6

Browse files
authored
Update LightSmsTransport.php
remove dump die
1 parent a197dee commit 95e82f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ protected function doSend(MessageInterface $message): SentMessage
118118

119119
$content = $response->toArray(false);
120120

121-
dump($content); die();
122-
123121
// it happens if the host without www
124122
if (isset($content['']) && isset($content['']['error'])) {
125123
throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['']['error']], $response);

0 commit comments

Comments
 (0)