1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

fix: google play and tiktok (#3722)

* fix(googleplay)

* fix(tiktok)
This commit is contained in:
Dag
2023-10-01 18:53:50 +02:00
committed by GitHub
parent d822d666c7
commit 7273a05f02
3 changed files with 16 additions and 23 deletions

View File

@@ -39,9 +39,6 @@ final class RssBridge
$line
);
self::$logger->warning($text);
if (Debug::isEnabled()) {
print sprintf("<pre>%s</pre>\n", e($text));
}
});
// There might be some fatal errors which are not caught by set_error_handler() or \Throwable.