1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:25:57 +00:00

geturl: remove logging

This commit is contained in:
Andrew Dolgov
2013-03-20 09:14:41 +04:00
parent 44cd77b642
commit 911845b5e7

View File

@@ -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;