1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-04-03 15:24:39 +03:00

fix: remove debug line ()

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

View file

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