@@ -97,7 +97,6 @@ class SmsJob implements ShouldQueue
return;
}
try {
- dd($this->isAuthSms);
if ($this->isAuthSms) {
$code = $smsInstance->sendAuthSms($this->mobile, $template);
} else {