aboutsummaryrefslogtreecommitdiffstats
path: root/include/html2bbcode.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-11-09 12:49:10 +0100
committerMario Vavti <mario@mariovavti.com>2024-11-09 12:49:10 +0100
commitc9d4b068c254bd58e6da5d6349ab8b7ae96b6054 (patch)
tree0008fbcc408c069c7a7dc7e7dcde2d1bc9977b8d /include/html2bbcode.php
parentb6dbbbc82fd66335f8be990bb74afbd46e63954b (diff)
downloadvolse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.gz
volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.tar.bz2
volse-hubzilla-c9d4b068c254bd58e6da5d6349ab8b7ae96b6054.zip
remove extensiv logging to syslog
Diffstat (limited to 'include/html2bbcode.php')
-rw-r--r--include/html2bbcode.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/html2bbcode.php b/include/html2bbcode.php
index 277b0e640..b799a0c28 100644
--- a/include/html2bbcode.php
+++ b/include/html2bbcode.php
@@ -29,9 +29,6 @@ function node2bbcodesub(&$doc, $oldnode, $attributes, $startbb, $endbb)
foreach ($list as $oldNode) {
- if ($oldnode == 'li')
- hz_syslog(print_r($oldNode,true));
-
$attr = array();
if ($oldNode->attributes->length)
foreach ($oldNode->attributes as $attribute)