fix: remove debug line (#3092)

This commit is contained in:
Dag 2022-10-06 21:05:50 +02:00 committed by GitHub
parent c4c2acab98
commit e65fd7c822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -572,7 +572,6 @@ EOD;
returnServerError('You must be logged in to view this page. This is not supported by RSS-Bridge.'); 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'); $mainColumn = $html->find('#pagelet_timeline_main_column');
if (!$mainColumn) { if (!$mainColumn) {
throw new \Exception(sprintf('Unable to find anything useful in %s', $url)); throw new \Exception(sprintf('Unable to find anything useful in %s', $url));