From bffe96456dda913b51e4e30ed058c0d6dcb79eaf Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 4 Nov 2016 11:56:26 +0900 Subject: [PATCH] Remove debugging code --- common/framework/drivers/sms/coolsms.php | 1 - 1 file changed, 1 deletion(-) 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;