diff options
author | 2023-10-01 18:53:50 +0200 | |
---|---|---|
committer | 2023-10-01 18:53:50 +0200 | |
commit | 7273a05f02a1be053c5c5ecfc10cbea0da06cf18 (patch) | |
tree | bd88c12e8c10474643afa52151c14297fa12d642 /lib | |
parent | d822d666c7a770bf44dd13ef32df98a275b66c23 (diff) | |
download | rss-bridge-7273a05f02a1be053c5c5ecfc10cbea0da06cf18.tar.gz rss-bridge-7273a05f02a1be053c5c5ecfc10cbea0da06cf18.tar.zst rss-bridge-7273a05f02a1be053c5c5ecfc10cbea0da06cf18.zip |
fix: google play and tiktok (#3722)
* fix(googleplay)
* fix(tiktok)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/RssBridge.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/RssBridge.php b/lib/RssBridge.php index 6ba952eb..2fb21323 100644 --- a/lib/RssBridge.php +++ b/lib/RssBridge.php @@ -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. |