diff --git a/common/framework/drivers/sms/coolsms.php b/common/framework/drivers/sms/coolsms.php index 13373a6c8..6dd7442e0 100644 --- a/common/framework/drivers/sms/coolsms.php +++ b/common/framework/drivers/sms/coolsms.php @@ -124,7 +124,6 @@ class CoolSMS extends Base implements \Rhymix\Framework\Drivers\SMSInterface // Set the content and send. $options->text = $content; - var_dump($options); $result = $sender->send($options); $sent_once = true;