diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index b61319680..5d2073786 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -1352,7 +1352,6 @@ class AttributeText extends AttributeString if (preg_match_all(WIKI_URL, $sText, $aAllMatches, PREG_SET_ORDER /* important !*/ |PREG_OFFSET_CAPTURE /* important ! */)) { $aUrls = array(); - echo "
".print_r($aAllMatches,true)."
Replacing: '$sUrl', located at: $iPos, length: ".strlen($sUrl)."
\n"; $sText = substr_replace($sText, "$sUrl", $iPos, strlen($sUrl)); }