Disable debug output (spoiling logs)
这个提交包含在:
父节点
dc4927dda9
当前提交
2817eee2cf
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -27,7 +27,6 @@ class Curl {
|
||||||
function __construct($url = '')
|
function __construct($url = '')
|
||||||
{
|
{
|
||||||
$this->_ci = & get_instance();
|
$this->_ci = & get_instance();
|
||||||
log_message('debug', 'cURL Class Initialized');
|
|
||||||
|
|
||||||
if ( ! $this->is_enabled())
|
if ( ! $this->is_enabled())
|
||||||
{
|
{
|
||||||
|
|
@ -369,4 +368,4 @@ class Curl {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* End of file Curl.php */
|
/* End of file Curl.php */
|
||||||
/* Location: ./application/libraries/Curl.php */
|
/* Location: ./application/libraries/Curl.php */
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用