mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
Remove debug code
This commit is contained in:
parent
2bfc710f6d
commit
536b27dfc7
@ -30,8 +30,6 @@ $maxlen = null){
|
|||||||
} else {
|
} else {
|
||||||
$content = file_get_contents($url, $use_include_path, $context, $offset, $maxlen);
|
$content = file_get_contents($url, $use_include_path, $context, $offset, $maxlen);
|
||||||
}
|
}
|
||||||
date_default_timezone_set('CST');
|
|
||||||
file_put_contents(__DIR__.'/../debug/D'.date('H-i-s').'.html', $content);
|
|
||||||
|
|
||||||
if($content === false)
|
if($content === false)
|
||||||
debugMessage('Cant\'t download ' . $url);
|
debugMessage('Cant\'t download ' . $url);
|
||||||
|
Loading…
Reference in New Issue
Block a user