diff --git a/system/autoload/Message.php b/system/autoload/Message.php index 098e7a1b..c8f184d9 100644 --- a/system/autoload/Message.php +++ b/system/autoload/Message.php @@ -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);