Disable debug output (spoiling logs)

This commit is contained in:
phl0
2023-11-16 09:08:43 +01:00
parent dc4927dda9
commit 2817eee2cf

View File

@@ -27,7 +27,6 @@ class Curl {
function __construct($url = '')
{
$this->_ci = & get_instance();
log_message('debug', 'cURL Class Initialized');
if ( ! $this->is_enabled())
{
@@ -369,4 +368,4 @@ class Curl {
}
/* End of file Curl.php */
/* Location: ./application/libraries/Curl.php */
/* Location: ./application/libraries/Curl.php */