Remove debugging code

This commit is contained in:
Kijin Sung 2016-11-04 11:56:26 +09:00
parent 22cc4cf1c7
commit bffe96456d

View file

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