aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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.