From 41b981cb70d6bd2c37b1d8e200fa7ca9b6b05a0b Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 11 Dec 2023 15:21:13 +0700 Subject: [PATCH] remove debug --- system/autoload/Message.php | 1 - 1 file changed, 1 deletion(-) 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);