From 65ec04ea981559ec4e212b365f23e5dff808be73 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Wed, 25 Jul 2018 19:56:43 +0200 Subject: [PATCH] [contents] Remove superfluous debug log from getContents References #757 --- lib/contents.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/contents.php b/lib/contents.php index 2c5944b7..0576983f 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -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)