diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index abee26b5d3..76f41d8523 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -627,7 +627,6 @@ function _make_url_clickable_cb($matches) { $url = clean_url($url); if ( empty($url) ) return $matches[0]; - error_log($matches[0], 0); return $matches[1] . "$url"; }