From: Andrew Dolgov Date: Wed, 20 Mar 2013 05:14:41 +0000 (+0400) Subject: geturl: remove logging X-Git-Tag: 1.7.5~87 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=911845b5e7f6c3ebc59f6fdc3d800414fcb45c8d;p=tt-rss.git geturl: remove logging --- diff --git a/include/functions.php b/include/functions.php index 99c621f5..e66ec073 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4030,8 +4030,8 @@ $oline=''; foreach($status as $key=>$eline){$oline.='['.$key.']'.$eline.' ';} $line =$oline." \r\n ".$url."\r\n-----------------\r\n"; - $handle = @fopen('./curl.error.log', 'a'); - fwrite($handle, $line); +# $handle = @fopen('./curl.error.log', 'a'); +# fwrite($handle, $line); return FALSE; } return $url;