[contents] Remove superfluous debug log from getContents
References #757
This commit is contained in:
parent
afb4de318b
commit
65ec04ea98
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ function getContents($url, $header = array(), $opts = array()){
|
|||
$headers = parseResponseHeader($header);
|
||||
$finalHeader = end($headers);
|
||||
|
||||
error_log(json_encode($headers));
|
||||
|
||||
if(array_key_exists('http_code', $finalHeader)
|
||||
&& strpos($finalHeader['http_code'], '200') === false
|
||||
&& array_key_exists('Server', $finalHeader)
|
||||
|
|
Loading…
Reference in a new issue