mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Disable debug output (spoiling logs)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user