mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
fix: remove debug line (#3092)
This commit is contained in:
parent
c4c2acab98
commit
e65fd7c822
1 changed files with 0 additions and 1 deletions
|
@ -572,7 +572,6 @@ EOD;
|
|||
returnServerError('You must be logged in to view this page. This is not supported by RSS-Bridge.');
|
||||
}
|
||||
|
||||
file_put_contents('/tmp/a.html', "$html");
|
||||
$mainColumn = $html->find('#pagelet_timeline_main_column');
|
||||
if (!$mainColumn) {
|
||||
throw new \Exception(sprintf('Unable to find anything useful in %s', $url));
|
||||
|
|
Loading…
Reference in a new issue