aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2023-10-01 18:53:50 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-01 18:53:50 +0200
commit7273a05f02a1be053c5c5ecfc10cbea0da06cf18 (patch)
treebd88c12e8c10474643afa52151c14297fa12d642 /lib
parentd822d666c7a770bf44dd13ef32df98a275b66c23 (diff)
downloadrss-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.php3
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.