mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 16:46:30 +02:00
refactor: drop usage of Debug::log (#4202)
* refactor: drop usage of Debug::log * lint
This commit is contained in:
@@ -21,8 +21,6 @@ class HackerNewsUserThreadsBridge extends BridgeAbstract
|
||||
{
|
||||
$url = 'https://news.ycombinator.com/threads?id=' . $this->getInput('user');
|
||||
$html = getSimpleHTMLDOM($url);
|
||||
Debug::log('queried ' . $url);
|
||||
Debug::log('found ' . $html);
|
||||
|
||||
$item = [];
|
||||
$articles = $html->find('tr[class*="comtr"]');
|
||||
|
Reference in New Issue
Block a user