remove debug

This commit is contained in:
Ibnu Maksum 2023-12-11 15:21:13 +07:00
parent 431c971f3a
commit 41b981cb70
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -29,7 +29,6 @@ class Message
$mikrotik = Mikrotik::info($config['sms_url']);
$client = Mikrotik::getClient($mikrotik['ip_address'], $mikrotik['username'], $mikrotik['password']);
Mikrotik::sendSMS($client, $phone, $txt);
die("mikrotik");
}catch(Exception $e){
// ignore, add to logs
_log("Failed to send SMS using Mikrotik.\n". $e->getMessage(), 'SMS', 0);